From 33fe8aed38796c9d93739582a4653c3101a159b7 Mon Sep 17 00:00:00 2001 From: Maxim Valyanskiy Date: Sat, 4 Jan 2025 19:44:03 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D1=88=D0=B8=20=D1=81=D0=BB=D0=B0=D0=B9?= =?UTF-8?q?=D0=B4=D0=B5=D1=80=D0=B0=20=D1=81=D0=BD=D0=B0=D1=80=D1=83=D0=B6?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit когда есть место --- src/main/webapp/js/lor.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/webapp/js/lor.js b/src/main/webapp/js/lor.js index 7028faa9b..16228663b 100644 --- a/src/main/webapp/js/lor.js +++ b/src/main/webapp/js/lor.js @@ -523,6 +523,10 @@ $(document).ready(function() { initReactionsUI(); $script.ready('plugins', function () { + if (window.matchMedia("(min-width: 70em)").matches) { + $(".swiffy-slider").addClass("slider-nav-outside-expand") + } + window.swiffyslider.init(); }); });