I need to customize BS carousel, to make images size responsive corectly. I need the carousel to adapt to the height of the active slides images initiel height. When the viewpor
In the CSS selector .carousel-inner > .item > img, replace min-width with width: 100%;
.carousel-inner > .item > img
min-width
width: 100%;
.carousel-inner > .item > img { min-width: 100%; width: 100%; }