From 9fde965189544745a88933cf5c26ff294ef0746e Mon Sep 17 00:00:00 2001 From: Andrew Shay Date: Mon, 8 Aug 2022 20:11:17 -0400 Subject: [PATCH] Set video max width to 100% --- new.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/new.css b/new.css index 586a693..bc25932 100644 --- a/new.css +++ b/new.css @@ -446,6 +446,7 @@ input { box-sizing: border-box; } -img { +img, +video { max-width: 100%; }