Nice and simple but better with zoom?
-
I tried to change the initial zoom level by adding zoom=”5″ to the shortcode but the it is hardcoded as 15. A small hack to the plugin code seems to do the trick:
zoom: <?php echo $atts['zoom']; ?>
but this would be better if it was built-in anyway?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Nice and simple but better with zoom?’ is closed to new replies.