mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +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();
|
child = buildPlaceholder();
|
||||||
} else {
|
} else {
|
||||||
child = CachedNetworkImage(
|
child = CachedNetworkImage(
|
||||||
|
fit: BoxFit.cover,
|
||||||
cacheManager: ThumbnailCacheManager.inst,
|
cacheManager: ThumbnailCacheManager.inst,
|
||||||
imageUrl: previewUrl!,
|
imageUrl: previewUrl!,
|
||||||
httpHeaders: {
|
httpHeaders: {
|
||||||
|
|
Loading…
Reference in a new issue