This commit is contained in:
zino
2021-02-17 19:15:28 +01:00
parent 1011e8b282
commit 0c88fa4a05
3047 changed files with 271147 additions and 4 deletions

View File

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