mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-21 22:27:11 +00:00
Fixing max image size.
This commit is contained in:
parent
9853369a08
commit
1b8fe6f6e6
|
@ -2,7 +2,7 @@ import { Component } from 'inferno';
|
|||
|
||||
const iconThumbnailSize = 96;
|
||||
const thumbnailSize = 256;
|
||||
const maxImageSize = 1000;
|
||||
const maxImageSize = 3000;
|
||||
|
||||
interface PictrsImageProps {
|
||||
src: string;
|
||||
|
|
Loading…
Reference in a new issue