From 4fd857c12f615dd0f70301ebabad01a3504bac1a Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Sat, 29 Mar 2025 08:44:50 +0000 Subject: [PATCH] fill as much as possible --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 4c8173c..f51b744 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,7 +8,7 @@ * { margin: 0; padding: 0; - overflow: hidden; + box-sizing: border-box; } body { display: flex; @@ -18,8 +18,8 @@ background: black; } img { - max-width: 100vw; - max-height: 100vh; + width: 100vw; + height: 100vh; object-fit: contain; }