0

Is there anyway of getting this galleria.js example to work with JSON and Flickr? http://goo.gl/Fk3h5

Reason being, I have 500 Flickr photos in a set and using Galleria's supplied Flickr plugin, it takes forever to load or crashes the browser. JSON method seems ideal.

I've already come across this tutorial http://goo.gl/3L5Nn but it only covers one photoset with JSON.

I can't seem to figure out how to tie it all together. Help much appreciated!

scottrod
  • 477
  • 1
  • 8
  • 21

1 Answers1

0

You can use jQuery Tabs to separate out the content, then pull in the different galleries when the tabs are clicked. I recently did this with a Umbraco CMS backend to host the images, but would be the same for flickr.

Sled
  • 18,541
  • 27
  • 119
  • 168
  • try to include some example code since if the links go dead your answer does not have enough content to stand on its own. – Sled Jun 06 '13 at 15:29