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
@@ -136,6 +136,8 @@ class _BlurredBackdrop extends HookWidget {
image: DecorationImage(
image: ImmichImage.imageProvider(
asset: asset,
height: context.height,
width: context.width,
),
fit: BoxFit.cover,
),