Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter artman1988

    (@artman1988)

    After further investigation, I found the problem is in this code:

    <div class="slidesjs-container" style="overflow: hidden; position: relative; width: 604px; height: 176.953px;">

    So i created this css code to override the 176.953.

    .slidesjs-container {
        width: 604px;
        height: 300px !important;
    }

    This works, though it locks the height at 300 for all media sizes.

    Is there a better way to do this?

    Thread Starter artman1988

    (@artman1988)

    Also, can I set the width and height of the slider using percentages rather than pixels. Ex. 62% vs 604px.

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Responsive slider normally take height and width depend upon area that you us. i need to check why its taking this height instead of 306px.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP Responsive Slider Height Parameter not working’ is closed to new replies.