Archived topic
Fuzzy Logo
1 reply · Started by Dave on January 11, 2016
Hi -
even when I create a really crisp, clear logo it always ends up looking fuzzy when I upload it (as in this: http://www.epubscene.com/)
Is there a way to get the header to look crisper?
Thanks
Dave
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/
