[Glitch] Change max. image dimensions to 1920x1080px (1080p)
Port acf1842896
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/1500/head
parent
5e11f3a6e1
commit
28f533f370
|
@ -1,6 +1,6 @@
|
|||
import EXIF from 'exif-js';
|
||||
|
||||
const MAX_IMAGE_PIXELS = 1638400; // 1280x1280px
|
||||
const MAX_IMAGE_PIXELS = 2073600; // 1920x1080px
|
||||
|
||||
const _browser_quirks = {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue