- Fix #51 lightGallery
preload
option
lightGallery's preload
option doesn't work when loading images through their infinite scrolling method. As a workaround, we now load the initial set of 50 images first, then infinite load the rest. It means that preload
will stop working after 50 images, and while not perfect, is better than it is now.
To fix it, I think lightGallery would have to fix it at their end.