Carousel Caption Does Not Appear

Hello.

I added built-in carousel object. I have added some slides + image, and i add "caption" into the slide. But the caption does not appear when i preview in my browser. enter image description here enter image description here

What am i missing here?

Thank you.

It seems the cause is i reduce the carousel height (by adding height CSS into "slides" component). If i set carousel height to default, the caption appears. But i still need to reduce the carousel height. How to properly reduce carousel height and still display the caption within the carousel?

Thank you

The carousel's height is normally determined by the size of the image. If you're creating a fixed height via CSS, then you'll also have to adjust the .carousel-caption class via CSS to make sure it's still visible in the carousel window.

Thank you for the answer