summaryrefslogtreecommitdiffstats
path: root/docs/static/js/owl.carousel-custom.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/static/js/owl.carousel-custom.js')
-rw-r--r--docs/static/js/owl.carousel-custom.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/static/js/owl.carousel-custom.js b/docs/static/js/owl.carousel-custom.js
new file mode 100644
index 000000000..685c8e361
--- /dev/null
+++ b/docs/static/js/owl.carousel-custom.js
@@ -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
+ },
+ }
+})