Commit c7d7705f8ab76bb30637e7daf9621951ee5beb04
1 parent
e81a5372
-collection
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
frontend/web/js/new_script.js
... | ... | @@ -132,13 +132,14 @@ $(document).ready(function () { |
132 | 132 | } |
133 | 133 | |
134 | 134 | |
135 | - $('#collection .new_collection').owlCarousel({ | |
135 | + $('.new_collection').owlCarousel({ | |
136 | 136 | navigation : true, // Show next and prev buttons |
137 | 137 | slideSpeed : 500, |
138 | 138 | autoplayTimeout:3000, |
139 | 139 | paginationSpeed : 1000, |
140 | 140 | singleItem:true, |
141 | - autoPlay:true | |
141 | + autoPlay:true, | |
142 | + items:3 | |
142 | 143 | |
143 | 144 | }); |
144 | 145 | ... | ... |