You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
template-for-verstka/assets/js/main.js

24 lines
407 B

'use strict';
window.addEventListener('resize', (e) => {
if (window.innerWidth) {
}
});
const swiper = new Swiper('.gym-swiper', {
direction: 'horizontal',
breakpoints: {
320:{
slidesPerView: 1.20,
spaceBetween: 24,
},
996: {
slidesPerView: 3
},
1920: {
slidesPerView: 3
},
}
});