Home › Forums › Support › Fuzzy Logo This topic has 1 reply, 2 voices, and was last updated 7 years, 2 months ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 11, 2016 at 7:13 am #165022 Dave 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 January 11, 2016 at 1:18 pm #165128 TomLead 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In