YoungVision-eV / website

https://youngvision.org
MIT License
3 stars 0 forks source link

Firefox issue: img height causes grid issues on event pages team section #189

Open MrGreenTea opened 2 months ago

MrGreenTea commented 2 months ago

image

This seems to be because the height of the image that's provided by the Image component causes the grid row of the image to be that height (if the image is 980px height for example, the row will be 980px high.) The aspect-ratio property does not seem to work here as it does in Chrome :(

MrGreenTea commented 2 months ago

We've removed this problem with #187 but now we've introduced this less visible issue:

image