Commit 4426ad0c68cf0ba93054f390a96e8d4ab13dc09e

Authored by Виталий
1 parent d0b7a54c

-collection

Showing 1 changed file with 5 additions and 2 deletions   Show diff stats
frontend/web/js/new_script.js
... ... @@ -140,9 +140,12 @@ $(document).ready(function () {
140 140 items:3,
141 141 responsiveClass: true,
142 142 responsive: {
143   -
  143 + 1199: {
  144 + items: 2,
  145 + slideBy: 1
  146 + },
144 147 1200: {
145   - items: 2,
  148 + items: 3,
146 149 slideBy: 1
147 150 }
148 151 }
... ...