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']