Title: Plugin conflicts with header code
Last modified: August 21, 2016

---

# Plugin conflicts with header code

 *  Resolved [Smith John](https://wordpress.org/support/users/tidd/)
 * (@tidd)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/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/logo@2x.png);
       -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/bg@2x.png);
       -webkit-background-size: 440px 66px;
           }
       }
       ```
   
 * Do you have any suggestions?
 * Thanks.
 * [http://wordpress.org/plugins/wp-retina-2x/](http://wordpress.org/plugins/wp-retina-2x/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Jordy Meow](https://wordpress.org/support/users/tigroumeow/)
 * (@tigroumeow)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-header-code/#post-3998136)
 * If you are using the client-method, you should check the GitHub forums of retina.
   js, this is the script used by the plugin. I don’t think it should affect anything
   that is in the CSS though…
 *  Thread Starter [Smith John](https://wordpress.org/support/users/tidd/)
 * (@tidd)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-header-code/#post-3998137)
 * Thanks, Jordy. I figured it out – I just removed the above code, uploaded an 
   over-size image and restricted the display dimensions using ‘background-size:’.
   Works a treat. Your plugin in seriously awesome. I was using Photon before, which
   just crippled my site. Thanks for your efforts – much appreciated. Merci beaucoup!
 *  Plugin Author [Jordy Meow](https://wordpress.org/support/users/tigroumeow/)
 * (@tigroumeow)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-header-code/#post-3998166)
 * Thanks 🙂 When you have time, don’t hesitate to write a little review here: [http://wordpress.org/support/view/plugin-reviews/wp-retina-2x](http://wordpress.org/support/view/plugin-reviews/wp-retina-2x).
   It always help 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Plugin conflicts with header code’ is closed to new replies.

 * ![](https://ps.w.org/wp-retina-2x/assets/icon-256x256.png?rev=2597316)
 * [Perfect Images: Regenerate Thumbnails, Image Sizes, WebP & AVIF](https://wordpress.org/plugins/wp-retina-2x/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-retina-2x/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-retina-2x/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-retina-2x/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-retina-2x/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-retina-2x/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jordy Meow](https://wordpress.org/support/users/tigroumeow/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-header-code/#post-3998166)
 * Status: resolved