-as of [31 OCTOBER 2024]-
.
“HOW TO CHANGE WORDPRESS JPEG IMAGE COMPRESSION*
(wpbeginner link)
By default, WordPress compresses your images for better performance.
Recently one of our readers asked if it was possible to change the image compression setting in WordPress.
In this article, we will show you how to increase or decrease JPEG image compression in WordPress.
Every time you upload a JPEG image in WordPress, it would automatically compress the image to 90% quality.
In WordPress 4.5, this number was further decreased to 82% to improve site performance for mobile users
If you are a photographer who wants to showcase high quality images on your website, then you can turn off image compression in WordPress.
To make it easy, we have created a video tutorial on how to change WordPress JPEG image compression that you can watch below.
Subscribe to WPBeginner
However if you just want to follow text-instructions, then you can follow our step by step tutorial on how change WordPress JPEG image compression in WordPress
.
How to Disable Image Compression in WordPress
All you need to do is paste the following code in your themeβs functions.php file or in a site-specific plugin.
add_filter(‘jpeg_quality’, function($arg){return 100;})
.
When you set the value to 100, it means that WordPress compress the image at its highest quality.
If youβre not a photographer or an artist, then you would probably not see much of a difference in quality.
But for those who work with high quality images on a daily basis, the difference in quality is obvious
.
How to Increase Image compression in WordPress
There are definitely performance benefits to leaving the compression quality as is.
If you want, you can change the number from 100 to 80 or something lower to squeeze a few more kBs, then all you have to do is paste the following code:
add_filter(‘jpeg_quality’, function($arg){return 75;})
.
When you do make these image quality changes, you want to make sure that you regenerate your thumbnails.
We hope this article helped you learn how to change JPEG image compression in WordPress.
If youβre a photographer, then you may want to check out Envira Gallery and the supersize add-on that allows you to display full-quality images on fullscreen view.
If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials.
You can also find us on Twitter and Facebook.
www.wpbeginner.com /wp-tutorials/how-to-increase-or-decrease-wordpress-jpeg-image-compression/
How to Change WordPress JPEG Image Compression
Editorial Staff3-3 minutes 4/18/2016
Last updated on June 2nd, 2016 by
.
.
*π¨βπ¬π΅οΈββοΈπββοΈ*SKETCHES*πββοΈπ©βπ¬π΅οΈββοΈ*
.
.
πππβ*-WORDPRESS MEDIA LIBRARY-* β πππ
.
.
πππππ€ππ€ππ€ππ€β€οΈπππ§‘β£οΈπππβ£οΈπ§‘ππβ€οΈπ€ππ€ππ€ππ€ππππ
.
.
*πβ¨ *TABLE OF CONTENTS* β¨π·*
.
.
π₯π₯π₯π₯π₯π₯*we won the war* π₯π₯π₯π₯π₯π₯
Leave a Reply