I search lots on net for Bootstrap Vertical Thumbnail Carousel, but i didn't find any solution for that, any Idea ?
Asked
Active
Viewed 2.8k times
3
-
then please tell me that what i have to write in question ? thank you :) – Shivam Pandya Aug 24 '13 at 09:19
-
hmmm, Sorry I forgot that silly things, I remove that images from question and past it on answer – Shivam Pandya Aug 24 '13 at 09:24
-
@Mat Now ? I answer on my question first time, so i made this mistake. – Shivam Pandya Aug 24 '13 at 09:28
1 Answers
0
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
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.

Shivam Pandya
- 1,061
- 3
- 29
- 64