I’m looking for a way to load each image within Galleria (http://galleria.io/) dynamically.
At the moment every image loads when the page is loaded, and since there is 178 of them, it can get a bit sluggish. Is it possible to load them as they are viewed?
Let me know if you need any code that I’m using.
Thanks in advance!
You can try setting thumbnails to false and then preload to 0. This will cause galleria to not create thumbnails which is what you need if you want to set the preload option to 0.
This is untested but is documented in the documentation http://galleria.io/docs/1.2/options/preload/