mreq / slick-lightbox

A lightbox wrapper for Ken's amazing slick carousel.
http://mreq.github.io/slick-lightbox/
MIT License
229 stars 103 forks source link

Lightbox Modal and content loading twice when opened #68

Closed Craig-Ninja closed 6 years ago

Craig-Ninja commented 6 years ago

Hi There,

Ran into this issue recently where a Lightbox is opening twice (stacked on top of one another) they work perfectly fine, but when closing the top instance, I then also need to close the instance beneath it. Is this a known issue or should I provide some code so we can do some debugging?

Let me know.

mreq commented 6 years ago

Hey, that's not a known issue. You're most likely initializing the lightbox twice. Check that you're not loading your javascripts twice, that's a common issue.

Craig-Ninja commented 6 years ago

Thanks Mreq,

That was the exact issue, thanks for steering me in the right direction.