How to stop Bootstrap carousel from autosliding?

前端 未结 5 907
轮回少年
轮回少年 2021-02-02 07:13

I have built a bootstrap video carousel. It is working just fine but, the only problem I have is the carousel keeps sliding to the next slide after 5 seconds. How do I make it s

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-02 07:34

    By adding data-interval="false"

    From the documentation

    Option - Interval - ..If false, carousel will not automatically cycle.

提交回复
热议问题