Skip to content

Commit

Permalink
уши слайдера снаружи
Browse files Browse the repository at this point in the history
когда есть место
  • Loading branch information
maxcom committed Jan 4, 2025
1 parent 8661aa8 commit 33fe8ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/webapp/js/lor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
});
Expand Down

0 comments on commit 33fe8ae

Please sign in to comment.