Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support initial_zoom , maybe other options via shortcode #39

Open
JoeGermuska opened this issue Aug 17, 2017 · 0 comments
Open

Support initial_zoom , maybe other options via shortcode #39

JoeGermuska opened this issue Aug 17, 2017 · 0 comments

Comments

@JoeGermuska
Copy link
Member

On the support forums, a user asked whether initial_zoom and zoom_sequence were supported.

They are not. They could be. Here's the relevant part of the code:

extract(shortcode_atts(
array(
'title' => '',
'width' => '100%',
'height' => 650,
'font' => '',
'lang' => 'en',
'src'=> '',
'start_at_end' => 'false',
'hash_bookmark' => 'false',
'debug' => 'false',
'maptype' => '',
'start_at_slide' => 0,
'start_zoom_adjust' => null,
'version' => '',
'script_path' => plugin_dir_url( __FILE__)
), $atts
));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant