From e2549452ff0c8a7a32a8d5f5c452843683482e7b Mon Sep 17 00:00:00 2001 From: j Date: Sun, 23 Feb 2025 10:59:30 -0500 Subject: [PATCH] max image width --- app/static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/static/css/style.css b/app/static/css/style.css index ed8b42e..e772c0a 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -123,6 +123,9 @@ video, .poster { padding: 4px; border-bottom: 1px solid blueviolet; display: none; + img { + max-width: 100%; + } } .annotation.active { display: block;