Title: Fixed height?
Last modified: August 20, 2016

---

# Fixed height?

 *  Resolved [michaelk85](https://wordpress.org/support/users/michaelk85/)
 * (@michaelk85)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/fixed-height/)
 * Is it possible to add a fixed height to the slider? So if I resize my window 
   that the height stay on the same pixel height?
 * [http://wordpress.org/extend/plugins/cyclone-slider-2/](http://wordpress.org/extend/plugins/cyclone-slider-2/)

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

 *  Plugin Author [kosinix](https://wordpress.org/support/users/kosinix/)
 * (@kosinix)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/fixed-height/#post-3173372)
 * Hello,
 * In your style.css you can add something like this:
 *     ```
       .cycloneslider-slides{
            height:300px;
       }
       ```
   
 * Change 300px to your desired height.
 *  Thread Starter [michaelk85](https://wordpress.org/support/users/michaelk85/)
 * (@michaelk85)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/fixed-height/#post-3173373)
 * Dont work! Still a different height when i resize my window.
    Want a fixed height
   en width! Not flexible
 *  Plugin Author [kosinix](https://wordpress.org/support/users/kosinix/)
 * (@kosinix)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/fixed-height/#post-3173374)
 * Well, then add a fixed width:
 *     ```
       .cycloneslider-slides{
            width:500px;
            height:300px;
       }
       ```
   
 * Also, there is [cyclone slider](http://wordpress.org/extend/plugins/cyclone-slider/)
   if you dont want flexible width and height. Cyclone Slider 2 is meant to be responsive(
   flexible)

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

The topic ‘Fixed height?’ 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/)

## Tags

 * [fixed](https://wordpress.org/support/topic-tag/fixed/)
 * [height](https://wordpress.org/support/topic-tag/height/)

 * 3 replies
 * 2 participants
 * Last reply from: [kosinix](https://wordpress.org/support/users/kosinix/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/fixed-height/#post-3173374)
 * Status: resolved