Skip to content

Support initial_zoom , maybe other options via shortcode #39

Description

@JoeGermuska

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
));

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions