How to display videos with extreme aspect ratios? #971
Unanswered
nathantew14
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to make sure that videos with extreme proportions can still be displayed properly.
With this code, the video is stretched to fill the screen width:
If I wrap the player in an
AspectRatio
, the video's proportions are maintained, but the player controls are also restricted by theAspectRatio
and overflows as a result:How do I maintain the video proportions like in the second screenshot, while allowing the video controls to fill the screen?
Beta Was this translation helpful? Give feedback.
All reactions