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 →
CleanWP PRO WordPress Theme

CleanWP PRO

If you like CleanWP free WordPress Theme, you will love the CleanWP PRO version. The premium version of CleanWP WordPress...

$25.00
GridFeel PRO WordPress Theme

GridFeel PRO

$25.00
PureMag PRO WordPress Theme

PureMag PRO

If you like PureMag free WordPress Theme, you will love the premium version. PureMag PRO is an user friendly, HTML5/CSS3...

$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
GridView PRO WordPress Theme

GridView PRO

GridView PRO is fully responsive, feature-rich, accessibility improved, more advanced version of its free version. GridView PRO WordPress theme has...

$25.00
TidyMag PRO WordPress Theme

TidyMag PRO

If you like TidyMag free WordPress Theme, you will love the premium version. TidyMag PRO is easy to use, feature-rich,...

$25.00
CuteWP PRO WordPress Theme

CuteWP PRO

If you like CuteWP free WordPress Theme, you will love the premium version. CuteWP PRO is an improved version of...

$25.00
BoxWP PRO WordPress Theme

BoxWP PRO

If you like BoxWP free WordPress Theme, you will love the premium version. BoxWP PRO is an elegant, user-friendly, feature-rich,...

$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.