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

Destroy method in slick light box not working #76

Closed shivanit2 closed 5 years ago

shivanit2 commented 5 years ago

I want to destroy slick light box and re-init it. I tried using the destroyPrevious() and destroy() methods but wasn’t successful. Please help .

mreq commented 5 years ago

You need to use unslickLightbox on the lightbox instance. i.e. $('.my-gallery').unslickLightbox()