bootstrap 4 carousel caption is not visible on small devices

后端 未结 3 2131
灰色年华
灰色年华 2021-02-20 06:44

I was practicing bootstrap 4 carousal example given in http://v4-alpha.getbootstrap.com/examples/ . carousal caption is not visible when testing it for mobile or small screen. A

3条回答
  •  无人共我
    2021-02-20 07:32

    Here's what you ought to do:

    1. Remove class d-none.
    2. Remove class d-md-block.

    associated with the carousel-caption class of Bootstrap carousel.

提交回复
热议问题