igorlino / elevatezoom-plus

Enhanced elevateZoom - A jQuery image zoom plugin
http://igorlino.github.io/elevatezoom-plus/
MIT License
162 stars 77 forks source link

Scrollable container issue #46

Open Maraumax opened 8 years ago

Maraumax commented 8 years ago

Hello,

First, thanks for the plus version of elevate zoom.

I have a problem on my project with the plugin: i am using scrollable div and elevatezoom in this div is trigerred when i hover rest of my page.

I have tried many options but i cant fix that... Any idea?

Thanks,

zoom

igorlino commented 8 years ago

Without a concrete example is hard to tell.

I assume that you image container is not properly defined. So you probably need a fix in the CSS of your layout.

Maraumax commented 8 years ago

@igorlino i'm using a table in a overflow auto div.

You can see jsfiddle here : https://jsfiddle.net/40rsj4hs/1/

Without this table its OK.