Last Updated 3 years ago
Lossy conversion image quality settings
By default, the module does not use lossy conversion, since images can lose quality. However, if you want to further optimize images in your store, you can set a percentage quality value (0 - worst, 100 - best). Just define the constant in the /config/defines_custom.inc.php or /config/defines.inc.php file:define('PSHOWLAZYIMG_CONVERT_OPTIONS', [
'quality' => 90,
]);