mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-23 08:34:13 -05:00
Update resize_image.js
Update Glitch UI for Media Upload limit now implemented in Mastodon:Mastodon and remove resizing.
This commit is contained in:
parent
14aa7b3c76
commit
e8fc304038
@ -1,6 +1,6 @@
|
||||
import EXIF from 'exif-js';
|
||||
|
||||
const MAX_IMAGE_PIXELS = 2073600; // 1920x1080px
|
||||
const MAX_IMAGE_PIXELS = 34184160; // 7360x4912px
|
||||
|
||||
const _browser_quirks = {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user