Fix thumbnail size

This commit is contained in:
2023-08-10 12:14:44 +02:00
parent d1e55d574e
commit 1cf79e621f
3 changed files with 7 additions and 3 deletions

View File

@ -130,7 +130,7 @@ pub const ALLOWED_PHOTOS_MIMETYPES: [&str; 6] = [
pub const PHOTOS_MAX_SIZE: usize = 10 * 1000 * 1000;
/// Thumbnail width
pub const THUMB_WIDTH: u32 = 150;
pub const THUMB_WIDTH: u32 = 350;
/// Thumbnail height
pub const THUMB_HEIGHT: u32 = 150;
pub const THUMB_HEIGHT: u32 = 350;