From 21550815dbb70af384354806813382f7832433ab Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Thu, 30 Jan 2025 12:11:44 +0800 Subject: [PATCH] fix: seek preview image Signed-off-by: bggRGjQaUbCoE --- lib/plugin/pl_player/view.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/plugin/pl_player/view.dart b/lib/plugin/pl_player/view.dart index c58a5e218..013fca1fb 100644 --- a/lib/plugin/pl_player/view.dart +++ b/lib/plugin/pl_player/view.dart @@ -1582,6 +1582,7 @@ Widget buildSeekPreviewWidget(PlPlayerController plPlayerController) { heightFactor: 0.1, alignment: alignment, child: CachedNetworkImage( + fit: BoxFit.fill, width: 480 * scale, height: 270 * scale, imageUrl: parseUrl(plPlayerController.videoShot!['data']