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