From 81bffcc20a71dfbbede56c64dc85a3f02d1d4bac Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Wed, 15 Jan 2025 11:20:55 -0600 Subject: [PATCH] Tweak to video/iframe default CSS --- public/css/index.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/css/index.css b/public/css/index.css index b8a97e1..55001ab 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -85,8 +85,10 @@ img[src$=".svg"] { } video, iframe { - max-width: 100%; + width: 100%; height: auto; +} +iframe { aspect-ratio: 16/9; }