jackmoore / zoom

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

Replacing mouseenter by mouseover to emergent layers #78

Open migrad opened 9 years ago

migrad commented 9 years ago

If the plugin is active in an emergent layer below the cursor, the event mouseenter not work, because the cursor already within. For fix this, you must replace the event mouseenter by mouseover.

thomasrstegelmann commented 8 years ago

Thanks for saving my day :)