横幅いっぱいの画像スライドショーjQueryプラグイン「full width image slider」を紹介します。
jQueryプラグイン「full width image slider」
「full width image slider」は、トップページの画像スライダーに最適な画像スライドショーが簡単に実装できるプラグインです。おすすめです!
横幅いっぱいの画像スライダーのデモをご覧ください。
「full width image slider」のデモ
デモのソース(HTML + jQuery)
< meta name = "description" content = "SKDSliderのデモでーす。" > |
< title >SKDSlider - jQuery Plugin Demo</ title > |
< script src = "//code.jquery.com/jquery-2.0.0.js" ></ script > |
< script src = "src/skdslider.js" ></ script > |
< link href = "src/skdslider.css" rel = "stylesheet" > |
< script type = "text/javascript" > |
jQuery(document).ready(function(){ |
jQuery('#demo').skdslider({'delay':5000, 'fadeSpeed': 2000}); |
.demo-code{ background-color:#ffffff; border:1px solid #333333; display:block; padding:10px;} |
< h1 >SKDSliderのデモでーす。</ h1 > |
< div id = "demo" class = "skdslider" > |
< p >11111111111のDiscription< a class = "more" href = "#" >more</ a ></ p > |
< li >< img src = "img/2.jpg" /> |
< p >22222222222222222222222222222222222222222222222222< a class = "more" href = "#" >more</ a ></ p > |
< li >< img src = "img/3.jpg" /> |
< p >33333333333333333333333333333333333333333333333333< a class = "more" href = "#" >more</ a ></ p > |
< li >< img src = "img/4.jpg" /> |
< p >444444444444444444444444444444444444444444444444< a class = "more" href = "#" >more</ a ></ p > |
< li >< img src = "img/5.jpg" /> |
< h2 >GoGoGo-Go-Go-GoGo</ h2 > |
< p >555555555555555555555555555555555555555555555555< a class = "more" href = "#" >more</ a ></ p > |
その他のオプションや詳細はこちらからどうぞ。