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
The video block does not offer much in the way of dimension tools:
Allowing you to pick an aspect ratio would allow you to more easily combine different poster images of a different size and shape than the video itself, and still allow both to function. This use case came up as part of working on #65776.
To test, this CSS would do the trick:
video {
aspect-ratio: 1/1;
}
The text was updated successfully, but these errors were encountered:
The video block does not offer much in the way of dimension tools:
Allowing you to pick an aspect ratio would allow you to more easily combine different poster images of a different size and shape than the video itself, and still allow both to function. This use case came up as part of working on #65776.
To test, this CSS would do the trick:
The text was updated successfully, but these errors were encountered: