Releases: waynegm/imgViewer
Add zoomMax option
Archive gh-pages documentation
gh-pages_0.9.1 Downgrade hammer.js to 2.0.1 to fix pan event issues with Firefox
Change touch event library
Replace toe.js with jquery.event.ue for better touch gesture support
Demo site for release 0.8.0
demo_0.8.0 Update to imgViewer 0.8.0
Bug Fix release for 0.7 of imgViewer
Fix for triggering of drag events during pinch gestures
Bug Fix release for 0.7 of imgViewer
Fix multiple click/tap events when using jQuery Mobile
Bug Fix release for 0.7 of imgViewer
Fix event handlers for compatibility with IE10 & 11
Bug Fix release for 0.7 of imgViewer
Fixed a bug in the drag implementation on mobile browsers that screwed up coordinates near edge of image.
Added a zoomable option mainly for folks who want to use the companion project imgNotes but don't want zoom
Support touch events plus more
Added support for pinch and drag touch gestures for mobile device support (adds requirement for toe.js).
Added dependency on the requestAnimationFrame polyfill provided by Zoetrope for more responsive image scaling anddragging.
Changed to using css transform to scale and translate image for better performance on mobile platforms.
Minimum IE supported is now IE 9 - stick with version 0.6 if you need IE 8 support.
Updated Grunfile.js to include tests against latest version (2.1.0) of jQuery.