So I’m working on a collection list and I want to be able to choose the aspect ratio of the image regardless of the source image aspect ratio. So it cuts off a part of the sides if it’s too big, as shown in the image below. For example, this makes it so I can get a 1:1 image in the thumbnail and the same image 3:2 in the article.
I have fiddled with it a lot and but can’t get the scaling to work properly. It is possible?
The aspect ratio of the Cayo Espanto image is 2:1, while the other images are 3:2.
If you want to keep a specific aspect ratio I believe you want to add a percentage value to the top padding. For 4:3 I think you would set the top padding to 75%. You can read more here: How To - Aspect Ratio / Height Equal to Width
Hopefully this helps, although in the read only link everything looks pretty good.