Image compression on upload #211
lindamacdonald
started this conversation in
General
Replies: 1 comment
-
Hey @lindamacdonald However, this isnt an Uploady issue and I dont think compression should be done on the client/upload side. I think using a service like Cloudinary makes a lot of sense since you get to keep the original, full resolution asset but then serve it compressed/optimized to your users as needed. Im moving this to the discussions section in case you wish to discuss more. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hey there guys :) would be fabulous to have image compression on uploaded images to make our apps as performant as possible. I have only been able to find one way to do this but as you can see this isnt really a specific option for react:
https://www.jpegmini.com/developers
images being the number 1 culprit when it comes to load performance it is really good to have images compressed. Of course if its our own app then we can manually compress beforehand but if you have a saas you cannot expect clients alway to be able to manage compression
Beta Was this translation helpful? Give feedback.
All reactions