2022-03-30, 19:53:42
Thank you multicolor. Useful plugin and I've installed it and works ok for me if I upload with no options, but if I select .webp it won't upload or if I set Compress photo (resize 1080) it uploads and resizes to 1920.
I wanted my resize to be to 750px, so I edited uploaderExtFunction.php:
Line 19: ...(resize 750)...
Line 187: $aspect = $width/1920;
Line 188 $new_width = 1920;
Is that best way?
Also noticed if upload button used without first selecting a file, gives error message as "unsupported file".
So the convert to .webp not uploading is really my only problem.
I wanted my resize to be to 750px, so I edited uploaderExtFunction.php:
Line 19: ...(resize 750)...
Line 187: $aspect = $width/1920;
Line 188 $new_width = 1920;
Is that best way?
Also noticed if upload button used without first selecting a file, gives error message as "unsupported file".
So the convert to .webp not uploading is really my only problem.