bdee1

Topic: how to get thumbnails to display like in the advanced demo

I got galleria working on my site http://beta.snkenterprisesinc.com/servi … trucks.jpg but i would like it to be laid out more like in the advanced demo with the thumbnails in one row across the bottom of the main image - how do i do that?

Mini0n

Re: how to get thumbnails to display like in the advanced demo

Hi there.

I had the same problem and the issue was on the galleria.css.
The first line of that CSS file is:

.galleria{list-style:none;width:200px}

The width only allows 2 images to be placed next to each other. Put like 400px or 600px and your problem should be solved.