fix image grid

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-15 16:40:44 +08:00
parent bdc524e486
commit 90349189ee
5 changed files with 11 additions and 15 deletions

View File

@@ -281,7 +281,7 @@ class CustomGridView extends StatelessWidget {
width: imageWidth,
height: imageHeight,
alignment: item.isLongPic ? .topCenter : .center,
forceUseCacheWidth: item.width <= item.height,
cacheWidth: item.width <= item.height,
getPlaceHolder: () => placeHolder,
),
),