[Glitch] Change max. image dimensions to 1920x1080px (1080p)

Port acf1842896 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
master
Eugen Rochko 2021-02-09 01:21:06 +01:00 committed by Claire
parent 5e11f3a6e1
commit 28f533f370
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import EXIF from 'exif-js';
const MAX_IMAGE_PIXELS = 1638400; // 1280x1280px
const MAX_IMAGE_PIXELS = 2073600; // 1920x1080px
const _browser_quirks = {};