Im trying to do a bootstrap carousel with full width for the images (width: 100%) and a fixed height but if I set the width to 100% the height automacally is taking the 100%
Hey guys i had the same problem,
my height changed to its original height while my slide was animating to the left, ( in a responsive website )
so i fixed it with CSS only :
.carousel .item.left img{ width: 100% !important; }