Skip to content

Instantly share code, notes, and snippets.

@ianthompson
Created July 10, 2016 16:00
Show Gist options
  • Save ianthompson/93df9f7b3b6feb81f654ae649f972d5c to your computer and use it in GitHub Desktop.
Save ianthompson/93df9f7b3b6feb81f654ae649f972d5c to your computer and use it in GitHub Desktop.
Alter WordPress jpg compression by adding this to your functions.php file
add_filter( ‘jpeg_quality’, create_function( ”, ‘return 100;’ ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment