diff --git a/frontend/web/js/new_script.js b/frontend/web/js/new_script.js index 4521afc..cf99ef7 100755 --- a/frontend/web/js/new_script.js +++ b/frontend/web/js/new_script.js @@ -133,25 +133,37 @@ $(document).ready(function () { $('.collection .new_collection').owlCarousel({ - navigation : true, // Show next and prev buttons - slideSpeed : 500, - autoplayTimeout:3000, - paginationSpeed : 1000, responsiveClass: true, + loop: true, responsive: { - 1199: { - items: 2, - slideBy: 1 - }, - 1200: { + 0: { items: 2, slideBy: 1 }, - 1980: { + 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: [] }); -- libgit2 0.21.4