-
Beta Was this translation helpful? Give feedback.
Answered by
geealbers
May 18, 2023
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
geealbers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In your custom.css file, you can set a fixed height for those images and then use "object-fit: contain;" which will scale each image to fill as much of the box as possible while still maintaining its aspect ratio:
In think you'll then also want to remove the box shadow that appears on hover, as it will no longer fit the image borders properly and will look a little odd: