elevatezoom
elevatezoom copied to clipboard
Elevate zoom lens going outside my images
Hello,
I am using the zoomType lens and for some reason my lens goes outside my images when I move my mouse to end of the image.
Has anyone else experienced this?
I did find containLensZoom however when I try to use it, the lens completely disappears.
containLensZoom : true would solve it .
From line:265
if(self.options.containLensZoom && self.options.zoomType == "lens"){ self.zoomContainer.css("overflow", "hidden"); }
So containLensZoom : true
does indeed add overflow:hidden
.
The problem with overflow:hidden
is that it causes the lens to disappear because of width: 0; height:0
on zoomContainer