Archived topic
How to Disable Image Compression in WordPress
3 replies · Started by _blank on August 26, 2018
Hi
How to Disable Image Compression in WordPress
If I’m adding the following code to my theme’s functions.php file.
Does it go in the Generate Press Child theme?
add_filter('jpeg_quality', function($arg){return 100;});
From tutorial here:
https://www.wpbeginner.com/wp-tutorials/how-to-increase-or-decrease-wordpress-jpeg-image-compression/
Thanks
Scott
Hi there,
It can be added using any one of these methods: https://docs.generatepress.com/article/adding-php/
Thanks Tom,
You're welcome :)