Hi!
I’m trying to automatically compress all images I upload using the editor field on my blog. I’ve tried copying the Autoresize plugin into my site/plugins directory but when I upload files using the image block in the editor I don’t see any file size changes. I’ve reduced the default settings in the plugin to the values below and still don’t notice any difference in file sizes.
return [
'medienbaecker.autoresize.maxWidth' => 1000,
'medienbaecker.autoresize.maxHeight' => 1000,
'medienbaecker.autoresize.quality' => 50,
'medienbaecker.autoresize.excludeTemplates' => [],
'medienbaecker.autoresize.excludePages' => [],
];
The plugin doesn’t have any other directions about how to use it, so I can’t tell if I’m missing anything. Am I doing anything wrong, is there a better way to do this?