init commit2
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
/**
|
||||
* WOWslider
|
||||
*
|
||||
* http://wowslider.com
|
||||
*/
|
||||
|
||||
/* ---------------------------------------------------------------------------
|
||||
* WOWslider Settings
|
||||
* -------------------------------------------------------------------------- */
|
||||
|
||||
jQuery("#wowslider-container1").wowSlider( {
|
||||
effect:"basic",
|
||||
duration:20*100, // change effect transition time
|
||||
delay:20*100, // change delay on each slide
|
||||
width:1000,
|
||||
height:450,
|
||||
autoPlay:true, // autoplay slides on load
|
||||
playPause:false, // show a play & pause button
|
||||
stopOnHover:false,
|
||||
loop:false,
|
||||
bullets:0,
|
||||
caption:false, // use a caption on slides
|
||||
controls:false, // use left, right arrows
|
||||
fullScreen:true, // show a fullscreen button
|
||||
|
||||
responsive:1,
|
||||
gestures:2,
|
||||
|
||||
|
||||
}
|
||||
|
||||
);
|
||||
Reference in New Issue
Block a user