Skip to content

Instantly share code, notes, and snippets.

@ihorvorotnov
Forked from raewrites/full-image-quality.php
Last active September 20, 2015 20:51
Show Gist options
  • Save ihorvorotnov/f1dab66313e1b169c931 to your computer and use it in GitHub Desktop.
Save ihorvorotnov/f1dab66313e1b169c931 to your computer and use it in GitHub Desktop.
Full Image Quality
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