This commit is contained in:
Roman Pyrih
2026-03-10 15:58:54 +01:00
parent 1770475c24
commit 947931f2b6
23 changed files with 889 additions and 531 deletions

View File

@@ -852,4 +852,16 @@ $(document).ready(function() {
},
});
}
});
$(document).ready(function() {
// Slidert
if ($('.structure-slider.swiper').length > 0) {
var swiperStructure = new Swiper(".structure-slider.swiper", {
spaceBetween: 20,
slidesPerView: 1,
loop: true,
speed: 1000,
});
}
});