Dear Support,
would it be possible to make some images bigger than others in an image gallery? I am using the thumbnails-setting -i think that would look interesting, like an image collage with different image-sizes.
Hey dondela,
Thank you for the inquiry.
It’s possible but it might leave huge gaps or spaces around the gallery items. You can try this css code to adjust the width of the 6th and 7th items in the gallery.
#top #wrap_all .avia-gallery .avia-gallery-thumb a:nth-child(6) {
width: 30%;
}
#top #wrap_all .avia-gallery .avia-gallery-thumb a:nth-child(7) {
width: 50%;
}
Have you tried using the Masonry Gallery element instead?
Best regards,
Ismael
Hi Ismael,
thanks for your help!
You are right: The masonry gallery is the better option for me.