2013-08-24 71 views
2

我在網上搜索很多的Bootstrap垂直縮略圖旋轉木馬, 但我沒有找到任何解決方案,任何想法?Twitter Bootstrap垂直縮略圖旋轉木馬

+0

那麼請告訴我,我有什麼要寫的問題?謝謝:) –

+0

好@Mat謝謝你幫我出來 –

+0

@Mat可以嗎? –

回答

0

這裏是一個github上儲存庫

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

enter image description here

enter image description here

首先我使用3個js和2周的CSS此

JS

自舉-transition.js

自舉-carousel.js

jquery.min.js

CSS

bootstrap.css

的style.css

,這裏是我的Carchal的JQ代碼

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

我也使用一些現成的垂直傳送帶代碼從這裏

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

如需更多信息,請從上面github上的鏈接下載它,並沒有忘了叉,也正是在發展中狀態,錯誤修復和建議表示讚賞。

相關問題