From 1f9efc69fbb625622d412b7e5012fd606471232a Mon Sep 17 00:00:00 2001
From: tri <tri@thac.loan>
Date: Thu, 1 Jan 2026 17:18:00 +0700
Subject: [PATCH] update loa: responsive video & img

---
 _loa/style.css | 6 ++++++
 atom.xml       | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/_loa/style.css b/_loa/style.css
index 3e0c59f..cde5650 100644
--- a/_loa/style.css
+++ b/_loa/style.css
@@ -29,6 +29,12 @@ body {
   color: var(--fg);
 }
 
+video,
+img {
+  max-width: 100%;
+  max-height: 80vh;
+}
+
 pre,
 code {
   font-family: var(--font-family-mono);
diff --git a/atom.xml b/atom.xml
index a7cde5e..01943a7 100644
--- a/atom.xml
+++ b/atom.xml
@@ -4,7 +4,7 @@
 <subtitle>shouting into the void</subtitle>
 <link href="https://loa.thac.loan/atom.xml" rel="self" />
 <id>https://loa.thac.loan/</id>
-<updated>2026-01-01T16:56:44+07:00</updated>
+<updated>2026-01-01T17:17:54+07:00</updated>
 <entry>
   <id>https://loa.thac.loan/mgs-llm/</id>
   <title>MGS2 parody on LLMs, and a tangent on media archival</title>
-- 
2.47.3

