Hi,
on my webpage, as soon as I open a page where a scrollbar of firefox appears, the header logo gets blurred. The logo has the size of 340px * 156px, as wirtten in the settings.
I’m using firefox 34.0.5 on windows 7.
Any hint…?
Kind regards, Steffen
Hi steffenjulianklein!
I checked your website on Firefox 34.0.5 on OS X 10.10 and i could not reproduce the issue. I asked my teammates to check your website on Firefox on Windows. Please kindly wait to hear from them.
Regards,
Yigit
Hi!
I’m on Windows 8 and I don’t notice any difference on my end. Perhaps it has something to do with your monitor. There was a recent Firefox update to version 35. Does it do the same in that?
Can you take a screenshot and highlight what your seeing?
Best regards,
Elliott
Hi!
Please use this on Quick CSS to fix the blurry logo:
.avia-mozilla .logo img {
image-rendering: optimizequality;
}
Regards,
Ismael
Perfect, that did help! Thanks a lot.