Hi!
Is is possible to integrate a second logo with higher resolution for retina displays? Or do you have another solution? Logos aren't really sharp on retina displays.
Thanks!
@media (-webkit-min-device-pixel-ratio: 2) {
#gkLogo.cssLogo {
background: transparent url('../images/style1/retinalogo.png') no-repeat 0 0;
background-size:57px 57px;
}
}

