jackmoore / zoom

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

Zoom only on stationary click, not drag? #88

Open cmeeren opened 9 years ago

cmeeren commented 9 years ago

I'm trying to combine this plugin with a touch-enabled carousel. When I'm dragging the carousel, the images in the carousel get zoomed due to the drag-release being interpreted as a click. Is it possible to only have stationary clicks toggle zoom?

cmeeren commented 8 years ago

No luck, I ended up scrapping it and coming at it from a completely different angle.