This is a common interaction issue that occurs when Webflow lightbox elements are placed inside dynamically generated or scrolling components like our Marquee.
The core issue is that Webflow interactions (including lightbox triggers) are only initialized when the page first loads. Since the Marquee component creates dynamic scrolling behavior and potentially clones/moves elements, the lightbox interactions may not be properly attached to the images in your gallery.
To fix this, we recommend:
Add a script to reinitialize interactions after the Marquee loads such as
Make sure your images use eager loading (not lazy loading)
Check your lightbox group settings - ensure they’re properly configured
If either of these solutions don’t work, you might want to consider placing the lightbox outside the Marquee component and triggering it with custom interactions.
Let us know how it goes! The combination of Marquee + CMS + Lightbox can be tricky, but these adjustments should help get your gallery working properly.