TWEagle / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 0 forks source link

Lazy thumbnail loading #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I like that you can add pictures to the list. However, I want to be able to
add whole pages of thumbnails to the list and not change the page
numbering, to effectively have a lazy thumb loader.

I am working on a gallery with thousands of images (loaded dynamically via
PHP/Javascript), which is slow to load.

Is there currently a way to make it so the thumb HTML is only generated
when that page of results is visited? For example, lets say there are 10
"pages" of results. When page 2 is clicked, page 1 with have all its thumbs
removed from the HTML and then page 2 will have HTML generated.

Original issue reported on code.google.com by jonojugg...@gmail.com on 11 Dec 2009 at 9:34