&structure
Will have the video holding div element be structured to the aspect ratio
&structure
will have the video holding div element be structured to 16:9 (or whatever &aspectratio
is set to), making it easier to apply custom CSS backgrounds to videos.It will have the label/border/margins align relative to the 16:9 holder element, rather than video itself.
Also related, you can also specify the background color independent of the border color with
&color
. If using &border
, it will not set the background color, so you may need to use both &border
and &color
.
Last modified 4mo ago