Save
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user