Skip to content

Instantly share code, notes, and snippets.

@markdcraftww
Created May 28, 2013 12:16
Show Gist options
  • Save markdcraftww/5662347 to your computer and use it in GitHub Desktop.
Save markdcraftww/5662347 to your computer and use it in GitHub Desktop.
Prevent WordPress compressing jpgs
add_filter('jpeg_quality', function($arg){return 100;});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment