Print image overviews

This commit is contained in:
Christoph Hagen
2022-09-26 17:00:39 +02:00
parent b39066f47f
commit 31edd35463
2 changed files with 20 additions and 2 deletions

View File

@@ -23,9 +23,9 @@ enum ThumbnailStyle: String, CaseIterable {
case .large:
return 374
case .square:
return height
return 178
case .small:
return height
return 78
}
}
}