From 0d88558eb57275a7b89424143855985c487ab472 Mon Sep 17 00:00:00 2001
From: Alex <alex@scerba.org>
Date: Sun, 30 Jun 2024 20:48:15 -0500
Subject: Switch embeded YouTube iframe element

---
 static/assets/style.css | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'static/assets')

diff --git a/static/assets/style.css b/static/assets/style.css
index c702bb7..a32debd 100644
--- a/static/assets/style.css
+++ b/static/assets/style.css
@@ -154,6 +154,12 @@ img, video {
   background-color: rgb(73, 73, 73); */
 }
 
+iframe {
+  max-width: 100%;
+  aspect-ratio: 16/9;
+  display: block;
+}
+
 .thumbnail img {
   width: fit-content;
   aspect-ratio: 4/3;
-- 
cgit v1.2.3