mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -05:00
default thumbnail size
This commit is contained in:
parent
63ed6283fc
commit
fe4c6c6365
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class ImmichThumbnail extends HookWidget {
|
|||
static ImageProvider imageProvider({
|
||||
Asset? asset,
|
||||
String? assetId,
|
||||
int thumbnailSize = 256,
|
||||
int thumbnailSize = 128,
|
||||
}) {
|
||||
if (asset == null && assetId == null) {
|
||||
throw Exception('Must supply either asset or assetId');
|
||||
|
|
Loading…
Add table
Reference in a new issue