简体   繁体   中英

Twitter Bootstrap Vertical Thumbnail Carousel

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM