From af8a6f7822d9f6eac02dfa5044b12e9f70e261a4 Mon Sep 17 00:00:00 2001 From: zqc <835569504@qq.com> Date: Thu, 12 Mar 2026 10:50:51 +0800 Subject: [PATCH] =?UTF-8?q?web=20page=E9=A2=84=E8=A7=88=E5=9B=BE=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_page_2/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web_page_2/index.html b/web_page_2/index.html index 3eda82a..44f56f0 100644 --- a/web_page_2/index.html +++ b/web_page_2/index.html @@ -138,8 +138,9 @@ min-width: 0; } #liveImage { - max-width: 100%; - max-height: 100%; + width: 100%; + height: 100%; + object-fit: contain; background: #000; } .status-bar {