Skip to content

v5.0.0

Compare
Choose a tag to compare
@jmalarcon jmalarcon released this 02 Sep 11:06
· 4 commits to master since this release
6a914fe
  • Added the ability to apply zoom & pan to dynamically added images (see example at the end fo the index.html file.
  • Added an options parameter to specify initialization options the first time the pan method is called
  • Added a new option to delay the loading of images

The new options object breaks compatibility with previous versions but it's under control and will work with the old boolean parameter to determine if rotation controls should be used, but it's deprecated.

Thanks to @MobCode100 for the initial pull request.