Support for front-end image compression before uploading to the server #225
lucabfelix
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@EduardoJM
Hello, I would like to suggest adding support for Compressorjs.
Currently, users upload multiple images at a time and each image is usually between 3MB and 6MB, which makes the request heavy and slow, especially on mobile networks.
Using Compressor.js would allow you to compress images directly on the front-end before uploading them to the server, which would drastically reduce file sizes and improve upload performance.
https://github.com/fengyuanchen/compressorjs
Beta Was this translation helpful? Give feedback.
All reactions