mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: dynamic: content textsize
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -174,7 +174,7 @@ class _ImagePreviewState extends State<ImagePreview>
|
||||
itemCount: imgList!.length,
|
||||
itemBuilder: (BuildContext context, int index) {
|
||||
return ExtendedImage.network(
|
||||
'${imgList![index]}@${_quality}q.webp',
|
||||
'${imgList![index]}${_quality == 100 ? '' : '@${_quality}q.webp'}',
|
||||
fit: BoxFit.contain,
|
||||
mode: ExtendedImageMode.gesture,
|
||||
handleLoadingProgress: true,
|
||||
|
||||
Reference in New Issue
Block a user