hi, i am looking for a way to resize the images i want to upload before uploading them to the server.
I mainly use my smartphone with my website and the images from my smartphone are unfortunately very large (3000x4000px = 5mb). If I upload these images to my website, it takes a long time for the images to load.
It would be great if I could set the long side of an image to a maximum of 2000px and the jpg quality to 86%.
Maybe it could be adjusted in the "FileCollectionModel.php" or "Upload.js" file. But my attempts were unfortunately not successful.
Does anyone have a tip where and how this could be accomplished?
A temporary solution would also be fine for me.