From 1429973d664325c7b647cf9690ea245a722c91d9 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Mon, 10 Feb 2025 10:29:19 +0000 Subject: [PATCH] iframe 16 9 aspect ratio --- src/styles/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/styles.css b/src/styles/styles.css index ad78149..ee13e35 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -745,4 +745,12 @@ a:hover { background: rgb(0 0 0 / 10%); border-radius: 10px; border: solid 1px rgb(255 255 255 / 10%); +} + +iframe { + border: 0; + width: 100%; + border-radius: 8px; + aspect-ratio: 16 / 9; + height: unset; } \ No newline at end of file