Java script Ajax Image compressor and resizing
The script is based on JQuery and HTML5. Works only in modern browsers ! Image processing settings are set in the script
const MAX_WIDTH = 380;
const MAX_height = 280;
Resizing in width and height takes into account the proportions.
Upload the script to the hosting and start using it.
Saving the processed image is only possible on a web server.
Let me know if you need help installing.