diff --git a/blog/.template/style.css b/blog/.template/style.css index 81fc3ca..77ea423 100644 --- a/blog/.template/style.css +++ b/blog/.template/style.css @@ -340,6 +340,7 @@ video { max-height: 30em; border-radius: 1em; + aspect-ratio: auto; } /* @@ -381,6 +382,8 @@ modify widths and spacing depending on the size of the display padding: 10px 16px; } video { + min-width: 10em; + min-height: 10em; max-width: 20em; max-height: 30em; }