EWWW and WordPress compression
-
Hello,
I’ve scanned previous threads to see if this has been asked but could not find anything.
After the EWWW plug-in has been installed, when a jpg is uploaded to the media library, does EWWW prevent WordPress from applying it’s own default compression level of 82% and then apply EWWW optimisation? Or does EWWW optimise images after WordPress compresses images?
In other words, is this setting in a themes functions.php ignored when EWWW is installed?
add_filter(‘jpeg_quality’, function($arg){return 82;});
Thanks,
David
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘EWWW and WordPress compression’ is closed to new replies.