Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #379004

    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

    • This topic was modified 10 years, 4 months ago by richardupshur.
    #379629

    Hey richardupshur!

    Send us a link and we’ll take a look. What is the resolution of your screen?

    Regards,
    Elliott

    #379660

    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!

    #379900

    Hi!

    Try this on Quick CSS:

    .av-masonry-image-container img {
    width: 100%;
    }

    Cheers!
    Ismael

    #380073

    That fixed it, Ismael.

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Masonry Gallery Thumbnail Sizes’ is closed to new replies.