/** * 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, } );