Hi Community,
is there a way to set up the quality value when processwire inserts an image in ckeditor (pwimage).
First i thought this will manipulate all the image-resize-renderings:
$config->imageSizerOptions = array(
'upscaling' => true,
'cropping' => true,
'quality' => 90,
);
I want to reduce the quality (file size) of the cropped and directly used images.
I found nothing in Forum and in the Blogs. It is an important thing for Google PageSpeed Insights for example.
Can anyone take me to the right way?