Use max-width property for HTML5 video embeds

This commit is contained in:
Helen Chong 2024-08-10 11:39:35 +08:00
parent 0ce2ac252b
commit 250173de80
1 changed files with 2 additions and 1 deletions

View File

@ -119,4 +119,5 @@ dl {
dt { font-weight: 700; }
dd {grid-column-start: 2; }
video { width: 100%; }
video { max-width: 100%; }