Commit e69a6f088d20be7091cc292e25133695ac759b13
1 parent
ae2b060d
-collection
Showing
1 changed file
with
7 additions
and
6 deletions
Show diff stats
frontend/web/js/new_script.js
... | ... | @@ -133,12 +133,13 @@ $(document).ready(function () { |
133 | 133 | |
134 | 134 | |
135 | 135 | $('.collection .new_collection').owlCarousel({ |
136 | - navigation : true, // Show next and prev buttons | |
137 | - slideSpeed : 500, | |
138 | - autoplayTimeout:3000, | |
139 | - paginationSpeed : 1000, | |
140 | - singleItem:true, | |
141 | - autoPlay:false | |
136 | + navigation:true, | |
137 | + navigationText: [], | |
138 | + responsiveClass: true, | |
139 | + loop:true, | |
140 | + items:3, | |
141 | + mouseDrag:false | |
142 | + | |
142 | 143 | |
143 | 144 | }); |
144 | 145 | ... | ... |