From c7d7705f8ab76bb30637e7daf9621951ee5beb04 Mon Sep 17 00:00:00 2001 From: Веталь Date: Wed, 8 Feb 2017 13:43:10 +0200 Subject: [PATCH] -collection --- frontend/web/js/new_script.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/web/js/new_script.js b/frontend/web/js/new_script.js index eda892c..cf4a5e6 100755 --- a/frontend/web/js/new_script.js +++ b/frontend/web/js/new_script.js @@ -132,13 +132,14 @@ $(document).ready(function () { } - $('#collection .new_collection').owlCarousel({ + $('.new_collection').owlCarousel({ navigation : true, // Show next and prev buttons slideSpeed : 500, autoplayTimeout:3000, paginationSpeed : 1000, singleItem:true, - autoPlay:true + autoPlay:true, + items:3 }); -- libgit2 0.21.4