Mika MAtikainen

Apr 15, 2020 · 4 min read

How can I stop automatic JPEG compression in WordPress?


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

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This