I am using it on a parent of the image like this
carouselImages.forEach((img) => {
$(img).parent().easyZoom();
});
The image is working fine and does load on the page but if I hover over it, it says Loading for some seconds and then The image couldnot be loaded. And if I use it on the image itself, it just translates the image through 1-3px on hovering over.
I am using it on a parent of the image like this
The image is working fine and does load on the page but if I hover over it, it says Loading for some seconds and then The image couldnot be loaded. And if I use it on the image itself, it just translates the image through 1-3px on hovering over.