From e69a6f088d20be7091cc292e25133695ac759b13 Mon Sep 17 00:00:00 2001 From: Веталь Date: Wed, 8 Feb 2017 14:10:23 +0200 Subject: [PATCH] -collection --- frontend/web/js/new_script.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/frontend/web/js/new_script.js b/frontend/web/js/new_script.js index 89e17bd..62a17bf 100755 --- a/frontend/web/js/new_script.js +++ b/frontend/web/js/new_script.js @@ -133,12 +133,13 @@ $(document).ready(function () { $('.collection .new_collection').owlCarousel({ - navigation : true, // Show next and prev buttons - slideSpeed : 500, - autoplayTimeout:3000, - paginationSpeed : 1000, - singleItem:true, - autoPlay:false + navigation:true, + navigationText: [], + responsiveClass: true, + loop:true, + items:3, + mouseDrag:false + }); -- libgit2 0.21.4