I have to use some gallery with JQuery (I’m using Galleria). The problem is that the structure is like:
<div id="galleria">
<img src="(...).jpg" />
<img src="(...).jpg" />
<img src="(...).jpg" />
<!-- ... -->
</div>
The plugin takes all photos from that list and use them. The problem: I have a lot of high-quality photos. And all they are preloaded before plugin can use them. Are there any ways to load images dynamically? (Maybe, some new gallery plugin).
That’s where jQuery LazyLoad plugin comes in handy 🙂
Demo Page