Plugin conflicts with header code
-
Hi.
The plugin works great BUT conflicts with this code I used to make my header logo and background pin-sharp for Retina, before installing the plugin. To be specific, it just shows the full-size @2x image, as opposed to keeping to the dimensions specified in the code (the non-@2x image size):
@media only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-pixel-ratio : 2) { .header-full-width #header .wrap { background-image: url(images/[email protected]); -webkit-background-size: 310px 86px; } } @media only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-pixel-ratio : 2) { #wrap { background-image: url(images/[email protected]); -webkit-background-size: 440px 66px; } }
Do you have any suggestions?
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Plugin conflicts with header code’ is closed to new replies.