Tweak to video/iframe default CSS

This commit is contained in:
Zach Leatherman 2025-01-15 11:20:55 -06:00
parent 64317cdcf5
commit 81bffcc20a

View file

@ -85,8 +85,10 @@ img[src$=".svg"] {
}
video,
iframe {
max-width: 100%;
width: 100%;
height: auto;
}
iframe {
aspect-ratio: 16/9;
}