mirror of
https://github.com/immich-app/immich.git
synced 2025-03-18 02:31:28 -05:00
feat(mobile): smaller default local thumbnail size
This commit is contained in:
parent
41f138d3c8
commit
63ed6283fc
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ class ImmichLocalThumbnailProvider
|
|||
|
||||
ImmichLocalThumbnailProvider({
|
||||
required this.asset,
|
||||
this.height = 256,
|
||||
this.width = 256,
|
||||
this.height = 128,
|
||||
this.width = 128,
|
||||
}) : assert(asset.local != null, 'Only usable when asset.local is set');
|
||||
|
||||
/// Converts an [ImageProvider]'s settings plus an [ImageConfiguration] to a key
|
||||
|
|
Loading…
Add table
Reference in a new issue