Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1331436

    Hi there,

    we currently have a bunch of images each in one grid row. We would like to set the images to stretch fit into the width of the row cell. Is that possible? I want to avoid loading huge images and rather have them a little blurry on very large screens.

    Best,
    El

    #1331437

    Probably no setting, right? I did a css that works but of course no applies to all images in a flex cell:

    .flex_cell_inner .avia_image {
    width: 100%;
    }

    #1331511

    Hi El,

    Thanks for the screenshot. Could you post a link to where we can see the actual results you are getting as well please?

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.