Check out my jsfiddle for a full-width Bootstrap carousel here.
I'm looking to adjust the height while preserving the full width display.
Does the height of the carousel depend on the image height?
Any suggestions on changing the height and maintaining 100% width?
.carousel-inner{
// height: 300px;
}
.item, img{
height: 100% !important;
width: 100% !important;
border: 1px solid red;
}