jackmoore / zoom

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

Pause the zoomed in image #72

Open antoinenguyen opened 9 years ago

antoinenguyen commented 9 years ago

Once zoomed in, is there a way to freeze the magnifier on the currently magnified part once the mouse leaves the image frame?

This doesn't work.

$('#idImgZoom').zoom().mouseleave(function (e) { e.preventDefault(); });