Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在努力在不同的页面上调整轮播的大小(我在 index.html 上有一个更大的)。看起来前进和上一个按钮已损坏并且不起作用,尽管它确实按应有的方式循环,只是不是按需循环。
http://bootply.com/71275
解决这个问题的输入会很棒。
在你的代码中,你写这个
<div id="aboutCarousel pull-right" class="carousel slide">
但你可以写
<div id="aboutCarousel" class="carousel slide pull-right">
一切正常..