higher res placeholder for local videos

This commit is contained in:
mertalev
2024-11-08 21:19:12 -05:00
parent 5766551447
commit 64e23a3b5c
5 changed files with 75 additions and 37 deletions
+4
View File
@@ -113,11 +113,15 @@ class MemoryPage extends HookConsumerWidget {
}
// Precache the asset
final size = MediaQuery.sizeOf(context);
await precacheImage(
ImmichImage.imageProvider(
asset: asset,
width: size.width,
height: size.height,
),
context,
size: size,
);
}