mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 10:28:50 +01:00
Make image expand to cover the rect in photo list
This commit is contained in:
parent
bec349f472
commit
5eba466d9b
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ class PhotoListImage extends StatelessWidget {
|
|||
child = buildPlaceholder();
|
||||
} else {
|
||||
child = CachedNetworkImage(
|
||||
fit: BoxFit.cover,
|
||||
cacheManager: ThumbnailCacheManager.inst,
|
||||
imageUrl: previewUrl!,
|
||||
httpHeaders: {
|
||||
|
|
Loading…
Reference in a new issue