X

Keep WordPress from Compressing JPGs

Snippets by IsItWP

By default, when you upload an image in WordPress, it’ll be compressed to reduce the image size. You can also upload the original images and keep WordPress from compressing JPGs.

Instructions: Add the following code to the functions.php file of your WordPress theme.


<?php
add_filter('jpeg_quality', function($arg){return 100;});
?>

You may also enjoy limiting number of images in a gallery.

Comments   Leave a Reply

Add a Comment

We're glad you have chosen to leave a comment. Please keep in mind that all comments are moderated according to our privacy policy, and all links are nofollow. Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

WordPress Launch Checklist

The Ultimate WordPress Launch Checklist

We've compiled all the essential checklist items for your next WordPress website launch into one handy ebook.
Yes, Send Me the Free eBook!