feat: Increase max thumbnail size to 300px (#1703)
* feat: Remove max thumbnail size * Remove old comment. * Set max to 350px * Decrease max size to 300px
This commit is contained in:
+2
-2
@@ -976,9 +976,9 @@ export type ImageViewConfig = z.infer<typeof imageConfigSchema>;
|
||||
// Thumbnail Configuration
|
||||
// *************************************************************************
|
||||
|
||||
// The min/max width thumbnail (Frigate returns a maximum of 175px).
|
||||
export const THUMBNAIL_WIDTH_MAX = 175;
|
||||
// The min/max width thumbnail.
|
||||
export const THUMBNAIL_WIDTH_MIN = 75;
|
||||
export const THUMBNAIL_WIDTH_MAX = 300;
|
||||
|
||||
const thumbnailControlsBaseDefaults = {
|
||||
size: 100,
|
||||
|
||||
Reference in New Issue
Block a user