I put a logo unfortunately very long (500px).
I would like to be able to release another version the logo (shortest), in mobile version.
it's possible? how?
tnx
@media (max-width: 640px) {
.svg #gkLogo.cssLogo {
background-image: url("../images/logo_other.png");
}
}