Allow for images to fit in inline list

My images always get cutoff or cropped (because they’re not square). Can we have an option to fit the image rather than crop the image in an inline list? Here’s what I’m talking about:

Screen Shot 2020-02-18 at 9.07.47 AM

7 Likes

You could always photoshop the image to make it square, but yeah, I see what you are saying. A “stretch” or “fit width/height” option would be nice.

2 Likes

It’s crazy that this still hasn’t been developed in 6 years! It’s so obvious/simple and useful. This should be such a quick/easy fix.

Agreed. What I do now is use Cloudinary to create a 1:1 version of any image. In a template column, I use this expression:

https://res.cloudinary.com/glide/image/fetch/w_500,h_500,c_pad/@

And I substitute the @ variable with the original image column

I use the template column as the image field for the collection.

4 Likes