From cc7ed78170c9afc23850df87fa546248fa961e52 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Wed, 8 Jan 2025 13:17:26 -0600 Subject: [PATCH] Fluid width video and iframes --- 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 ee37c46..c768de1 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -72,7 +72,9 @@ body { } /* Fluid images via https://www.zachleat.com/web/fluid-images/ */ -img { +img, +video, +iframe { max-width: 100%; } img[width][height] {