Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  11] [ 4]  / answers: 1 / hits: 28122  / 11 Years ago, sat, august 24, 2013, 12:00:00

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


More From » jquery

 Answers
26

Here is a github repository



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



enter



enter



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.


[#76165] Friday, August 23, 2013, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
briannar

Total Points: 354
Total Questions: 103
Total Answers: 101

Location: Japan
Member since Sat, Jun 6, 2020
4 Years ago
;