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%
I found that if you just want to change the height of the element the image takes up, this will be the code that will help
.carousel-item { height: 600px !important; }
however, this won't make the size of the image dynamic, it will simply crop the image to its size.