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/
439 stars 101 forks source link

Example of a sub-gallery? #39

Closed macsupport closed 9 years ago

macsupport commented 9 years ago

Is there an example of implementing sub galleries? I an only find single gallery examples and there is nothing in the documentation as to how to set these up as far as ID and albumID.

Kris-B commented 9 years ago

Please check the file demonstration.html: you'll find an example. Le 16 août 2014 16:32, "Mike Sozanski" notifications@github.com a écrit :

Is there an example of implementing sub galleries? I an only find single gallery examples and there is nothing in the documentation as to how to set these up as far as ID and albumID.

— Reply to this email directly or view it on GitHub https://github.com/Kris-B/nanoGALLERY/issues/39.

macsupport commented 9 years ago

I opened every Image folder on the page twice and did not see any sub folders within these image folders. I only see image icons. If it is there, it is hidden to my aging eyes. To be clear what I am trying to see the code for: Say I click on the Thailand folder icon --> it opens a group of Thailand images ( with image icons). can one include another Thailand folder among these images, i.e., a subfolder under the main Thailand folder I clicked on?

Kris-B commented 9 years ago

Sub-folders are created via the script, they are not based on any folder structure on the filesystem. Check the source code of demonstration.html to see one example. Le 16 août 2014 22:41, "Mike Sozanski" notifications@github.com a écrit :

I opened every Image folder on the page twice and did not see any sub folders within these image folders. I only see image icons. If it is there, it is hidden to my aging eyes. To be clear what I am trying to see the code for: Say I click on the Thailand folder icon --> it opens a group of Thailand images ( with image icons). can one include another Thailand folder among these images, i.e., a subfolder under the main Thailand folder I clicked on?

— Reply to this email directly or view it on GitHub https://github.com/Kris-B/nanoGALLERY/issues/39#issuecomment-52405243.

macsupport commented 9 years ago

Ahh, thanks.