Topic: Load more images on demand
Hi guys,
I'm trying to load more images to the gallery as the user navigate through the images.
For a series of reason I don't want to load 50 images, but I want to load then on demand if the user navigate through it.
The config.xml is provided by one of our web servers that supports pagination.
I'm listening to the onImageChange and I can request the next 5 images and pre-prepend it to the gallery, but I don't see APIs that I can use to reload it with more content or add more.
I can try to re-create the entire gallery, but I'm trying a smoother approach to add more images, instead of recreating.
Has anybody done something along those lines?
BTW: we have JuiceBox pro.
Thanks in advance,
./Helio