Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author kosinix

    (@kosinix)

    Hello,

    In your style.css you can add something like this:

    .cycloneslider-slides{
         height:300px;
    }

    Change 300px to your desired height.

    Thread Starter michaelk85

    (@michaelk85)

    Dont work! Still a different height when i resize my window.
    Want a fixed height en width! Not flexible

    Plugin Author kosinix

    (@kosinix)

    Well, then add a fixed width:

    .cycloneslider-slides{
         width:500px;
         height:300px;
    }

    Also, there is 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.