Fluid width video and iframes

This commit is contained in:
Zach Leatherman 2025-01-08 13:17:26 -06:00
parent 350c914dbc
commit cc7ed78170

View file

@ -72,7 +72,9 @@ body {
} }
/* Fluid images via https://www.zachleat.com/web/fluid-images/ */ /* Fluid images via https://www.zachleat.com/web/fluid-images/ */
img { img,
video,
iframe {
max-width: 100%; max-width: 100%;
} }
img[width][height] { img[width][height] {