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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Sure, the classic demo has captions (clicking on the top left i displays the caption), you only have to set the If you don't see it ensure you set showInfo option to
and set |
|||||
|
|
Found at Galleria's quick start page (works with the classic theme):
|
|||
|
|
|
I got the same problem. Found out with Firebug that the div's are there but that the standard theme's CSS these blocks doesn't display. So basicly remove line 76 from galleria.classic.css: display: none; After this it still needs some tweaking to make it look good, but at least you know where the problem comes from. |
|||
|
|