Skip to content

Instantly share code, notes, and snippets.

@jessijean
Created October 27, 2013 04:55
Show Gist options
  • Save jessijean/7178117 to your computer and use it in GitHub Desktop.
Save jessijean/7178117 to your computer and use it in GitHub Desktop.
add_filter( 'jpeg_quality', 'smashing_jpeg_quality' );
function smashing_jpeg_quality() {
return 100;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment