[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 3 years ago committed by Claire
parent 5e11f3a6e1
commit 28f533f370
  1. 2
      app/javascript/flavours/glitch/util/resize_image.js

@ -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…
Cancel
Save