How to Disable Image Compression in WordPress

Have you noticed the blurred appearance of the images you have uploaded to your WordPress website? When you upload images to the media library, WordPress automatically compresses them for better performance. If you are a webmaster who wants to display high-quality images on your website, you can disable image compression in WordPress.

You can disable image compression in WordPress by adding the below code to your theme's functions.php file:

function themesdna_disable_image_compression() {
    add_filter('jpeg_quality', function($arg){return 100;});
    add_filter('wp_editor_set_quality', function($arg){return 100;});
}
add_action('init', 'themesdna_disable_image_compression');

The above code will turn off JPEG compression on your website. 100 indicates that there is no compression. The lower the number, the greater the compression.

Note: Images you have already uploaded will not be impacted by this modification.

Our WordPress Themes

Below are some of our premium WordPress themes. View all our free and premium WordPress themes →
GridBit PRO WordPress Theme

GridBit PRO

Are you looking for a feature-rich version of the GridBit Free WordPress Theme? Then you will fall in love with...

$25.00
PrimeWP PRO WordPress Theme

PrimeWP PRO

If you like PrimeWP Free WordPress Theme?, Then you will love the premium version. PrimeWP PRO is an more improved...

$25.00
NeatBlog PRO WordPress Theme

NeatBlog PRO

NeatBlog PRO WordPress Theme is the advanced, feature-rich version of the NeatBlog Free WordPress Theme. NeatBlog PRO version has color...

$25.00
ListMode PRO WordPress Theme

ListMode PRO

$25.00
MagSoul PRO WordPress Theme

MagSoul PRO

$25.00
GridPal PRO WordPress Theme

GridPal PRO

If you like the GridPal Free WordPress Theme, then you will love the premium version. GridPal PRO version has color...

$25.00
GridNext PRO WordPress Theme

GridNext PRO

If you have used GridNext Free WordPress Theme, then you will love the premium version. GridNext PRO version has color...

$25.00
Clean Grid PRO WordPress Theme

Clean Grid PRO

If you like Clean Grid free WordPress Theme, you will love the premium version. Clean Grid PRO is an elegant,...

$25.00

Can't you choose a single theme? Purchase All Themes for $75.

Save money with our low, one-time price for access to all of our 56 WordPress themes.