paulkr / blowup.js

🔍 jQuery plugin for image magnification.
https://paulkr.github.io/blowup.js/
MIT License
92 stars 50 forks source link

Integrate with Dynamic Bootstrap 5 Carousel #22

Closed iamsmae closed 1 year ago

iamsmae commented 1 year ago

I have a WordPress gallery site where images open up in a Bootstrap 5 Modal, which opens up a Bootstrap Carousel.

The images are loaded in a post loop with a php foreach loop, one per slide.

I am trying to add hover magnification to each image using blowup.js

I have the zoom function moving correctly with each slide, however only the first image tracks where the mouse is. Subsequent magnifications are stuck in the top left corner.

UPDATE Fixed by implementing the bug fix in the pull request: "Fixed working with multiple images #19".