Bootstrap JavaScript Carousel Doesn't Stop Cycling

前端 未结 11 1698
离开以前
离开以前 2020-12-29 02:25

Twitter Bootstrap Version: 2.0.3

Example HTML code:




        
11条回答
  •  庸人自扰
    2020-12-29 03:25

    To disable cycling, one working solution is to add data-interval="false" to the carousel container:

    
    

提交回复
热议问题