jackmoore / zoom

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

pinch to zoom on mobile #130

Open to8gal opened 6 years ago

to8gal commented 6 years ago

despit adding the touch event:

$(document).ready(function(){ $('.grid-item').zoom({ on:'click', touch:true}); });

no result come forward and being my image full width will prevent scrolling zooming instead

Am I doing something wrong? a pinch to enlarge option would be possible?

to8gal commented 5 years ago

got the same problem here, did you solved it?