From 4426ad0c68cf0ba93054f390a96e8d4ab13dc09e Mon Sep 17 00:00:00 2001 From: Веталь Date: Wed, 8 Feb 2017 13:56:02 +0200 Subject: [PATCH] -collection --- frontend/web/js/new_script.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/web/js/new_script.js b/frontend/web/js/new_script.js index 8950c9e..68efaec 100755 --- a/frontend/web/js/new_script.js +++ b/frontend/web/js/new_script.js @@ -140,9 +140,12 @@ $(document).ready(function () { items:3, responsiveClass: true, responsive: { - + 1199: { + items: 2, + slideBy: 1 + }, 1200: { - items: 2, + items: 3, slideBy: 1 } } -- libgit2 0.21.4