I have a jsfiddle here - http://jsfiddle.net/gh4Lur4b/8/
It\'s a full width bootstrap carousel.
I\'d like to change the height and still keep it full width.<
The following should work
.carousel .item { height: 300px; } .item img { position: absolute; top: 0; left: 0; min-height: 300px; }
JSFille for reference.