Vertical aspect ratio for videos

Hey there! Is it possible to change the aspect ration of videos to a vertical aspect (9:16)? It’s very to do in Elementor. Hoping to be able to do this to display Shorts. Thank you!

Hey Graham,
Welcome to the forum!

As already answered via email: Currently, there is no setting for aspect-ratio.
Aspect ratio is a CSS one-liner, so you could use a class or add this to the custom CSS field of the video element:

root {
aspect-ratio: 9/16;
}

However, I’m not sure if the video element will behave correctly then.

Best regards,
timmse