Twitter Bootstrap垂直缩略图轮播 [英] Twitter Bootstrap Vertical Thumbnail Carousel

查看:94
本文介绍了Twitter Bootstrap垂直缩略图轮播的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

解决方案

这是一个github存储库





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


I search lots on net for Bootstrap Vertical Thumbnail Carousel, but i didn't find any solution for that, any Idea ?

解决方案

Here is a github repository

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

First I use 3 js and 2 css for this

js

bootstrap-transition.js

bootstrap-carousel.js

jquery.min.js

css

bootstrap.css

style.css

and here is my JQ code for Carousel

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

also I use some ready made vertical Carousel code from here

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

For more, please download it from above github link and don't forgot to fork, also it is in developing status, bug fixing and suggestion are appreciated.

这篇关于Twitter Bootstrap垂直缩略图轮播的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆