From 5733fc7e386a51217ba6d07e272ca8bd95045abc Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 16 一月 2025 10:14:35 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/menu/picturecontroller/index.scss |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/menu/picturecontroller/index.scss b/src/menu/picturecontroller/index.scss
index d143734..a8d3572 100644
--- a/src/menu/picturecontroller/index.scss
+++ b/src/menu/picturecontroller/index.scss
@@ -23,6 +23,12 @@
       .video-react-control-bar {
         display: none;
       }
+      img {
+        width: 100%;
+        height: 100%;
+        object-fit: contain;
+        object-position: center;
+      }
     }
     .image-video-control {
       position: absolute;

--
Gitblit v1.8.0