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
I fixed it adding a class to the images in the carousel, for example :
and in the css:
.fixed-height { max-height: 400px; }