Twitter Bootstrap垂直缩略图轮播

时间:2013-08-24 09:15:33

标签: javascript jquery twitter-bootstrap

我在网上搜索Bootstrap Vertical Thumbnail Carousel, 但我没有找到任何解决方案,任何想法?

1 个答案:

答案 0 :(得分:0)

这是一个github存储库

https://github.com/tutorialdrive/-Bootstrap-Vertical-Thumbnail-Carousel

enter image description here

enter image description here

首先我使用3 js和2 css

<强> JS

自举-transition.js

自举-carousel.js

jquery.min.js

<强> CSS

bootstrap.css

的style.css

这是我的Carousel的JQ代码

    $(document).ready(function() {
        $('#myCarousel').carousel({
            interval: false
        })
    });

我也从这里使用一些现成的垂直轮播代码

http://jsfiddle.net/HHsxc/2/

更多信息,请从上面的github链接下载,不要忘记分叉,它也处于开发状态,错误修复和建议表示赞赏。

相关问题