jackmoore / zoom

jQuery plugin for zooming images on mouseover.
http://www.jacklmoore.com/zoom/
MIT License
1.54k stars 460 forks source link

Toggle zoom on touch and slippy-move around when zoomed? #87

Open cmeeren opened 9 years ago

cmeeren commented 9 years ago

I would like to toggle zoom on touch devices, and be able to slippy-move the zoomed image around. As it is now (on both click and toggle), with touch set to true, it zooms out when I try to move the zoomed image, and when set to false, it is not possible to move it at all. It seems that the only time you can move a zoomed image on touch devices is when keeping your finger pressed on the initial zoom-in.

Is it possible to do what I ask with this plugin?