Created
August 17, 2017 14:23
-
-
Save chrisjreber/f2ab757edc8e2ad11b55a0aaa8214d71 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( 'jpg_quality', 'high_jpg_quality' ); | |
function high_jpg_quality() { | |
return 100; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment