3

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

4

1 回答 1

0

这是一个github存储库

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

在此处输入图像描述

在此处输入图像描述

首先,我为此使用了 3 个 js 和 2 个 css

js

bootstrap-transition.js

引导轮播.js

jquery.min.js

css

引导程序.css

样式.css

这是我的 Carousel 的 JQ 代码

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

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

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

更多内容,请从上面的 github 链接下载,别忘了 fork,它也处于开发状态,感谢 bug 修复和建议。

于 2013-08-24T09:15:32.543 回答