v5.0.0
- 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.