From fec6c24bc3fd902f8ced64bc2600c0b0836f7e52 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 10 一月 2025 11:34:58 +0800 Subject: [PATCH] 2025-01-10 --- 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