0
Fork 0
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:
Alex 2024-11-19 11:49:08 -06:00
parent 63ed6283fc
commit fe4c6c6365
No known key found for this signature in database
GPG key ID: 53CD082B3A5E1082

View file

@ -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');