Replies: 0
Hello,
I am currently setting up the homepage for an agency but for some reason, the logo is slightly blurred, and not crisp and clear as it should be.
It’s true that the blur is minimal, but it has to be perfect.
Things I have tried:
– Yes, the logo is the right size. It shows perfectly crisp if not added to wordpress.
– Yes, I have a retina screen but I have also uploaded a retina version for the logo. Didn’t fix the issue.
– I turned off JPEG compression on WordPress with the following snippet:
add_filter('jpeg_quality', function($arg){return 100;});
At this point I am pretty much clueless about what else to try.
I would really appreciate your help a lot.