vvvmax / unitegallery

Unite Gallery - Responsive jQuery Image and Video Gallery Plugin. Aim to be the best gallery on the web on it's kind. See demo here:
http://unitegallery.net
MIT License
530 stars 157 forks source link

Async loadinh #41

Open kristiaanmannaert opened 9 years ago

kristiaanmannaert commented 9 years ago

Hi

Is there any way to load images async? For example if I would like to show 100 images, but only load the previous 2 and next 2, to save memory in native phone webviews. These things are hard to find...

Or do you recommend some lazy-loading method?

Kind regards

vvvmax commented 8 years ago

HI, the gallery are working this way right now. only 3 images are loading at a time. Current one, next one and previous one. You can check it with firebug if you want.

On Sun, Nov 8, 2015 at 8:33 PM, kristiaanmannaert notifications@github.com wrote:

Hi

Is there any way to load images async? For example if I would like to show 100 images, but only load the previous 2 and next 2, to save memory in native phone webviews. These things are hard to find...

Or do you recommend some lazy-loading method?

Kind regards

— Reply to this email directly or view it on GitHub https://github.com/vvvmax/unitegallery/issues/41.