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
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%;
}