Viewing 1 replies (of 1 total)
  • I think Pippin might be fixing this so it does not require a code hack, but in the meantime this works for me:

    either change the number in the php file (simple-google-map-short-code.php line 55 maybe) where it says “zoom: 15,”;

    or, for more flexibility, change that line to
    zoom: <?php echo $atts['zoom']; ?>,
    and use zoom=”5″ (or whatever number) in the shortcode itself.

Viewing 1 replies (of 1 total)
  • The topic ‘Zoom Setting’ is closed to new replies.