diff --git a/frontend/web/js/new_script.js b/frontend/web/js/new_script.js index cf99ef7..89e17bd 100755 --- a/frontend/web/js/new_script.js +++ b/frontend/web/js/new_script.js @@ -133,37 +133,12 @@ $(document).ready(function () { $('.collection .new_collection').owlCarousel({ - responsiveClass: true, - loop: true, - responsive: { - 0: { - items: 2, - slideBy: 1 - }, - 340: { - items: 3, - slideBy: 1 - }, - 530: { - items: 5, - slideBy: 1 - }, - 768: { - items: 7, - slideBy: 1 - }, - 873: { - items: 8, - slideBy: 1 - }, - 1200: { - items: 9, - slideBy: 1 - } - }, - navSpeed: 150, - nav: true, - navText: [] + navigation : true, // Show next and prev buttons + slideSpeed : 500, + autoplayTimeout:3000, + paginationSpeed : 1000, + singleItem:true, + autoPlay:false }); -- libgit2 0.21.4