Open GJordao opened 3 years ago
Any news on this issue? It's blocking us from using this feature in production
I had the same problem with multiple zoomed images on one page. I resolved it by "reinitiating" the zoom:
const initZoom = () => { return ImageZoom() };
let zoom = initZoom();
zoom.kill();
zoom = initZoom();
If I scroll while hovering an image the zoom lens position gets stuck. It should perhaps reset on scroll?
I've uploaded a video to show the behaviour.
https://user-images.githubusercontent.com/21367039/104570354-b7bab500-5649-11eb-9752-5bacb854830f.mov