Home › Forums › Support › Fuzzy Logo › Reply To: Fuzzy Logo
January 11, 2016 at 1:18 pm
#165128
Lead Developer
Lead Developer
Hi there,
WordPress automatically compresses jpg images for better load time.
You can either upload it as a PNG, or use a function like this:
add_filter( 'jpeg_quality', create_function( '', 'return 100;' ) );
Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development