Merge commit 'ec4e6f9df2' as 'docs'

This commit is contained in:
Bjørn Erik Pedersen 2017-08-10 17:18:22 +02:00
commit a1900826b9
839 changed files with 44703 additions and 0 deletions

16
docs/static/js/owl.carousel-custom.js vendored Normal file
View file

@ -0,0 +1,16 @@
$('.owl-carousel').owlCarousel({
loop:true,
margin:10,
nav:true,
autoplay:true,
autoplayHoverPause:true,
autoplayTimeout:3000,
responsive:{
0:{
items:1
},
1000:{
items:3
},
}
})