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
My videos are portrait and I want to maintain aspect ratio of the video without having the element unnecessarily wide. I tried to use react-rectangle to keep the aspect ratio whilst setting width and height to 100% to make sure the element fills up the parent container but this didn't quite result in what I expected. Any tips on how to make the video keep a portrait aspect ration (9:16) and ensure that the element's width and height wrap the video?
The text was updated successfully, but these errors were encountered:
My videos are portrait and I want to maintain aspect ratio of the video without having the element unnecessarily wide. I tried to use react-rectangle to keep the aspect ratio whilst setting width and height to 100% to make sure the element fills up the parent container but this didn't quite result in what I expected. Any tips on how to make the video keep a portrait aspect ration (9:16) and ensure that the element's width and height wrap the video?
The text was updated successfully, but these errors were encountered: