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