[Glitch] Update client-side media resizing resolution to 3840x2160 to match model

pull/2304/head
Oric 2023-07-17 15:16:49 +02:00
parent 23197cebce
commit 4404d09acc
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import EXIF from 'exif-js';
const MAX_IMAGE_PIXELS = 2073600; // 1920x1080px
const MAX_IMAGE_PIXELS = 8294400; // 3840x2160px
const _browser_quirks = {};