Setting captions on Galleria photo gallery

NadineK picture NadineK · Jan 13, 2011 · Viewed 12.1k times · Source

I am using Galleria and I would like to use the classic theme and have captions. Is that possible? If so how do I set it up?

Answer

maid450 picture maid450 · Jan 13, 2011

Sure, the classic demo has captions (clicking on the top left i displays the caption), you only have to set the alt and optionally the title element of the img tag and you are done.

If you don't see it ensure you set showInfo option to true and if you want to display it all the time, search in the classic theme's js file this line:

// set this to false if you want to show the caption all the time:
_toggleInfo: true

and set _toggleInfo to false