Skip to content

Instantly share code, notes, and snippets.

@chrisjreber
Created August 17, 2017 14:23
Show Gist options
  • Save chrisjreber/f2ab757edc8e2ad11b55a0aaa8214d71 to your computer and use it in GitHub Desktop.
Save chrisjreber/f2ab757edc8e2ad11b55a0aaa8214d71 to your computer and use it in GitHub Desktop.
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