trvswgnr / bs5-lightbox

A pure JS lightbox gallery plugin for Bootstrap 5 based on the Modal and Carousel components
https://trvswgnr.github.io/bs5-lightbox/
MIT License
125 stars 28 forks source link

lazy load images #74

Open frischka opened 5 months ago

frischka commented 5 months ago

Hi, thanks for this great library. Is it possible to use lazy load images?

I have so much images in the gallery. I use smaller thumbnails in the gallery. When I open the lightbox, every image is loaded directly in large size. But it would be fine. if only the current images is loaded. Is that possible?

Can you give an example?

Thanks for your help.