Preventing twitter bootstrap carousel from auto sliding on page load

后端 未结 10 1705
萌比男神i
萌比男神i 2020-12-07 17:13

So is there anyway to prevent twitter bootstrap carousel from auto sliding on the page load unless the next or previous button is clicked?

Thanks

10条回答
  •  抹茶落季
    2020-12-07 17:43

    --Use data-interval="false" to stop automatic slide --Use data-wrap="false" to stop circular slide

    ...

提交回复
热议问题