Skip to content

Releases: waynegm/imgViewer

Add zoomMax option

12 Feb 00:40

Choose a tag to compare

0.9.1

Add zoomMax option

Archive gh-pages documentation

12 Feb 00:46

Choose a tag to compare

gh-pages_0.9.1

Downgrade hammer.js to 2.0.1 to fix pan event issues with Firefox

Change touch event library

07 Aug 11:12

Choose a tag to compare

Replace toe.js with jquery.event.ue for better touch gesture support

Demo site for release 0.8.0

07 Aug 11:24

Choose a tag to compare

demo_0.8.0

Update to imgViewer 0.8.0

Bug Fix release for 0.7 of imgViewer

01 Aug 11:01

Choose a tag to compare

Fix for triggering of drag events during pinch gestures

Bug Fix release for 0.7 of imgViewer

12 Sep 13:02

Choose a tag to compare

Fix multiple click/tap events when using jQuery Mobile

Bug Fix release for 0.7 of imgViewer

26 Jul 12:00

Choose a tag to compare

Fix event handlers for compatibility with IE10 & 11

Bug Fix release for 0.7 of imgViewer

22 Jun 06:22

Choose a tag to compare

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

17 May 00:34

Choose a tag to compare

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.