mod: 封面图比例

This commit is contained in:
guozhigq
2023-04-19 14:22:35 +08:00
parent 40b88eeeb2
commit 96e9dcc040
5 changed files with 11 additions and 11 deletions

View File

@ -48,7 +48,7 @@ class VideoCardV extends StatelessWidget {
children: [
NetworkImgLayer(
// 指定图片尺寸
// src: videoItem['pic'] + '@${(maxWidth * 2).toInt() }w',
// src: videoItem.pic + '@${(maxWidth * 2).toInt()}w',
src: videoItem.pic + '@.webp',
width: maxWidth,
height: maxHeight,