Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gareth-gillman/27489c10004f409fddae0f27feefdc2c to your computer and use it in GitHub Desktop.
Save gareth-gillman/27489c10004f409fddae0f27feefdc2c to your computer and use it in GitHub Desktop.
functions.php
function set_compression( $compression ) {
return 100;
}
add_filter( 'jpeg_quality', 'set_compression', 999 );
add_filter( 'wp_editor_set_quality', 'set_compression', 999 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment