//swiper team slider
$(document).ready(function() {
'use strict';
if(window.matchMedia('(max-width: 991px)').matches) {
var swiper = new Swiper('.teamPresentation-1__swiperContainer', {
slidesPerView: 'auto',
spaceBetween: 30,
pagination: {
el: '.teamPresentation-1__pagination',
clickable: true,
},
});
}
else {
var swiper = new Swiper('.teamPresentation-1__swiperContainer', {
slidesPerView: 3,
spaceBetween: 30,
pagination: {
el: '.teamPresentation-1__pagination',
clickable: true,
},
});
}
})
//swiper team slider end
Styles for this element are stored in:
app/sass/componentsStyles/_teamPresentation-1.sass