Kris-B / nanoGALLERY

image gallery simplified - jQuery plugin. Touch enabled, responsive, justified/cascading/grid layout and it supports pulling in Flickr, Google Photos and self hosted images.
https://nanogallery2.nanostudio.org/
438 stars 101 forks source link

Example of loading an external json file with API? #85

Open macsupport opened 9 years ago

macsupport commented 9 years ago

With loading a large number of images using the API method, it would be helpful to be able to load the data from an external json file. Is there any documentation or example for this?

Kris-B commented 9 years ago

Not supported at this time. Feature will be documented when implemented.

Kris-B commented 8 years ago

Actually, did you had a look at nanoPhotosProvider? https://github.com/Kris-B/nanoPhotosProvider

macsupport commented 8 years ago

Yes, but I was interested in loading my own json file to use with a handlebars template.

gregorybellencontre commented 7 years ago

I'm testing nanoGallery and I have a large amount of images to handle. I use the API way to get my albums and photos. But it's quite long and I was wondering if a solution exists to load albums images, only when an album is opened ? Thanks