matthewselby
11/1/2016 - 6:39 PM

Allows you to manually set the native wordpress compression applied to cropped media sizes. You may add this to your theme's functions.php.

Allows you to manually set the native wordpress compression applied to cropped media sizes. You may add this to your theme's functions.php. After adding you will need to regenerate thumbnails for this to take effect on any images currently in wordpress media.

add_filter('jpeg_quality', function($arg){return 100;});