Replace default height
for "banner image" in grid listing by max-height
?
#2990
Closed
mcanouil
started this conversation in
Feature Requests
Replies: 2 comments 6 replies
-
I definitely think it is worth considering making our grid more flexible. The |
Beta Was this translation helpful? Give feedback.
6 replies
-
Closing this in favour of #2999 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

currently, the grid listing has a default height of 150px for top image in the card which causes the image to be "cropped" in nearly all situations.
Instead, I would suggest to not set
height
property butmax-height
to allow responsive scaling of the image without cropping the image.For example, on the left, manually defined max-height, while on the right it's the default from the grid listing.
A video to show the resizing issue of setting
height
.resizing.mov
Beta Was this translation helpful? Give feedback.
All reactions