From 31f71d734d83a7e37c5583c6d113f9a2d2532de0 Mon Sep 17 00:00:00 2001 From: Lam Nguyen Date: Fri, 25 Apr 2025 08:46:44 -0700 Subject: [PATCH] fix: Images aspect ratio not working --- assets/css/v2/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/v2/style.css b/assets/css/v2/style.css index 1f4694af..ece202d8 100644 --- a/assets/css/v2/style.css +++ b/assets/css/v2/style.css @@ -1630,8 +1630,10 @@ img, .figure-bitmap { margin-bottom: 0.625rem; display: inline-block; - width: 100%; + width: auto; max-width: 100%; + height: auto; + max-height: 100%; } /* Logo */