jackmoore / zoom

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

Added ability for set "dead zone" which give us ability to moving Im… #98

Open rizhenkov opened 8 years ago

rizhenkov commented 8 years ago

Added ability for set "dead zone" which give us ability to moving Image faster to the edges (see screenshots).

Before this option, for moving to corner, cursor need to be here: http://i.imgur.com/h8WKVLj.png But now, with "dead zone" we can set padding-like area: http://i.imgur.com/1Tq6sw2.png Using: $('#ex1').zoom({ deadZone: 40 }); // set "dead zone" padding to 40px