Bxslider Setting Height

John Kariuki picture John Kariuki · Sep 24, 2013 · Viewed 73.8k times · Source

So I just started using bxslider.

I however I'm having issues setting the size of the slider. Naturally it takes the height of the largest element (I think). How do I set it to a fixed height, say 200px?

Answer

nik picture nik · Sep 24, 2013

You can add following css.

.bx-wrapper, .bx-viewport {
    height: 200px !important; //provide height of slider
}

Check out this fiddle..bxslider