Update resize_image.js

Update Glitch UI for Media Upload limit now implemented in Mastodon:Mastodon and remove resizing.
pull/2173/head
WhiskeyOmega 2023-04-11 14:55:20 +01:00 committed by GitHub
parent 14aa7b3c76
commit e8fc304038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import EXIF from 'exif-js';
const MAX_IMAGE_PIXELS = 2073600; // 1920x1080px
const MAX_IMAGE_PIXELS = 34184160; // 7360x4912px
const _browser_quirks = {};