XF 1.2 Low res logo on retina screens

NeoCHI

Active member
Hi I noticed with the responsive theme in 1.2 the logo displays fuzzy on retina screens. Anything we can do about this?
 
If your logo is 100x50 then create one version of your logo with size dimensions of 200x100 and scale it down with css like

Code:
.logo {width: 100px; height: 50px;}
 
Top Bottom