Title: responsive background
Last modified: August 21, 2016

---

# responsive background

 *  [DonTorpedo](https://wordpress.org/support/users/dontorpedo/)
 * (@dontorpedo)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/responsive-background-2/)
 * hi, i added a image as background of the slider, but how can i make it responsive
   to??
 * do you have a idea?
 * thanks for help
 * Torpedo
 * [http://wordpress.org/plugins/cyclone-slider-2/](http://wordpress.org/plugins/cyclone-slider-2/)

Viewing 1 replies (of 1 total)

 *  [swamyreddy](https://wordpress.org/support/users/swamyreddy/)
 * (@swamyreddy)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/responsive-background-2/#post-4207642)
 * > Use this Css
 *     ```
       #bg { width:1100px; height:400px;}
        @media only screen and (min-width: 940px)  {
       #bg { width:1100px; height:400px;}
       			   }
          @media only screen and (min-width: 780px) and (max-width: 939px) {
       			#bg { width:770px; height:280px;}
       			   }
         @media only screen and (min-width: 510px) and (max-width: 779px) {
         #bg { width:500px; height:181px;}
       			   }
        @media only screen and (min-width: 0px) and (max-width: 509px) {
        #bg { width:310px; height:112px;}
       			   }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘responsive background’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cyclone-slider-2_c67877.svg)
 * [Cyclone Slider](https://wordpress.org/plugins/cyclone-slider-2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cyclone-slider-2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cyclone-slider-2/)
 * [Active Topics](https://wordpress.org/support/plugin/cyclone-slider-2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cyclone-slider-2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cyclone-slider-2/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [swamyreddy](https://wordpress.org/support/users/swamyreddy/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/responsive-background-2/#post-4207642)
 * Status: not resolved