mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-23 08:34:13 -05:00
[Glitch] Update client-side media resizing resolution to 3840x2160 to match model
This commit is contained in:
parent
23197cebce
commit
4404d09acc
@ -1,6 +1,6 @@
|
||||
import EXIF from 'exif-js';
|
||||
|
||||
const MAX_IMAGE_PIXELS = 2073600; // 1920x1080px
|
||||
const MAX_IMAGE_PIXELS = 8294400; // 3840x2160px
|
||||
|
||||
const _browser_quirks = {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user