diff --git a/src/shared/components/pictrs-image.tsx b/src/shared/components/pictrs-image.tsx index 87283b5e..b0447211 100644 --- a/src/shared/components/pictrs-image.tsx +++ b/src/shared/components/pictrs-image.tsx @@ -2,7 +2,7 @@ import { Component } from 'inferno'; const iconThumbnailSize = 96; const thumbnailSize = 256; -const maxImageSize = 1000; +const maxImageSize = 3000; interface PictrsImageProps { src: string;