From 0d115bac15e9caf970067f4d1fce94bfd96d300f Mon Sep 17 00:00:00 2001 From: Michael Manfre Date: Wed, 18 Jan 2023 12:21:54 -0500 Subject: [PATCH] Show image at normal size when less than width 100% (#438) --- static/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index a141e31..3893c08 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1512,7 +1512,6 @@ form .post { object-fit: cover; object-position: center; max-height: 400px; - width: 100%; } .post .attachments video {