I have certain portrait layout images that don’t fill the width of the gallery columns when the browser width is stretched out. Is there a way to change the thumbnail sizes loaded into the gallery?
Example:
here
Works okay when the browser is narrower:
here
Hey richardupshur!
Send us a link and we’ll take a look. What is the resolution of your screen?
Regards,
Elliott
Thank you, Elliot.
Here’s a link to the page Photography.
My screen is 1920 x 1200. If you maximize the browser window and scroll down the page, you can see where portrait oriented images stop stretching to the width of the column. It seems that each thumbnail has its max-width set to 100%. I’m thinking if I could pull in larger images, the problem would go away.
Thanks!
Hi!
Try this on Quick CSS:
.av-masonry-image-container img {
width: 100%;
}
Cheers!
Ismael
That fixed it, Ismael.
Thank you!