mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
fix: seek preview image
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1582,6 +1582,7 @@ Widget buildSeekPreviewWidget(PlPlayerController plPlayerController) {
|
|||||||
heightFactor: 0.1,
|
heightFactor: 0.1,
|
||||||
alignment: alignment,
|
alignment: alignment,
|
||||||
child: CachedNetworkImage(
|
child: CachedNetworkImage(
|
||||||
|
fit: BoxFit.fill,
|
||||||
width: 480 * scale,
|
width: 480 * scale,
|
||||||
height: 270 * scale,
|
height: 270 * scale,
|
||||||
imageUrl: parseUrl(plPlayerController.videoShot!['data']
|
imageUrl: parseUrl(plPlayerController.videoShot!['data']
|
||||||
|
|||||||
Reference in New Issue
Block a user