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

fix: lazy load on option images #93

Open loge5 opened 3 years ago

loge5 commented 3 years ago

When using the option "images" (for passing an array of images instead of scanning elements for the URLs) the option lazy did not work.

There was a small mistake by calling the itemTemplate method: The argument lazy was passed as second item not third. With this fix the lazy load is working, but captions still not (as before).

I would be very happy when a new version could be rolled out as soon as possible.