Open zumajoe opened 13 years ago
I've also been looking at alternatives to this. Too many images make the page load inefficient while it would be logical to load only "next image" while displaying or with a click to next.
A lazy load option would be great! I´m looking for a lightweight plugin that does exactly that, but haven´t found anything usable yet. I´m using Slides several other projects, but can´t use it on large slideshows or with big images.
Galleria does offer lazy load but it´s way to heavy for a simple image fader. Another new lazy-loading plugin called Really Simple Slideshow looked interesting, but at the moment it doesn´t work well in Chrome nor IE8.
Maybe this will happen in v2? The new beta looks great!
Thought it could be smart to come up with an option/solution to "lazyload" the preloading setup. Somehow start the img SRC to null for all images besides the first. Then, at the end of our "Pause" interval, it will trigger the preload of the next image- when that finishes loading it will start the next animation, and so on.
It would cut down on wasted bandwidth (say you have 5 slides, and the user only stays on the page for 2 of the slides-- they still had to load all 5) and speed up initial page load times.