elevatezoom icon indicating copy to clipboard operation
elevatezoom copied to clipboard

remove previous created zoomContainer

Open IDfhimanshu opened this issue 7 years ago • 2 comments

Once multiple images are opened then multiple zoomContainer will be created for these images that causes problem in handling image as zoomContainer images will be shown with position "absoulute " now on page and disable click on any other div

IDfhimanshu avatar Mar 16 '17 06:03 IDfhimanshu

Hi @IDfhimanshu ,

The post link below is from jQuery Forum! If you know how to help me with this problem, please let me know! Thanks!

elevateZoom jQuery Plugin - How to hide ZoomLens when the mouse is not hover the images?

https://forum.jquery.com/topic/elevatezoom-jquery-plugin-how-to-hide-zoomlens-when-the-mouse-is-not-hover-the-images

coder4589 avatar May 11 '17 02:05 coder4589

As I commented on Issue #154, I just call $('.zoomContainer').remove(); before elevateZoom(). It works for me.

kakugiki avatar Aug 23 '18 18:08 kakugiki