Tagged: gallery, thumbnails
I am having an issue with thumbnails not being the same size in my gallery.
It is also not formatting correctly and there are big gaps in the thumbnail grid
How do I fix it so all thumbnails are the same size and there are no gaps in the grid?
here is a sample link of the development site
Hi,
Please add this on your custom.css or Quick CS
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: 25%;
max-height: 147px;
height: 147px;
}
#top div .avia-gallery img {
height: 100%;
max-height: 100%;
}
Cheers,
Ismael
Thanks that worked..