Dear @JFA
ok. I see the point.
Because in the Gridder you define the width of the image ā it is not possible to scale it smaller. Because then the layout would need to change.
You can try to use the CUSTOM CSS like this:
.img img {
height: 100vh;
object-fit: contain;
}
Best!
Marius