You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use-case which I think is not currently possible:
A hero image with object-fit: cover that has full width a height of 88vh - so on portrait-orientation screens, using the width as indicator leads to a pixelated image.
I've tried different variations of sizes values, but setting a vh unit does not work:
I have a use-case which I think is not currently possible:
A hero image with
object-fit: cover
that has full width a height of88vh
- so on portrait-orientation screens, using the width as indicator leads to a pixelated image.I've tried different variations of
sizes
values, but setting avh
unit does not work:Might be enabled by #469 if I can set a custom value 🤔
Or is there a different way to achieve my goal?
The text was updated successfully, but these errors were encountered: