сделал services и call сделал пк версии

This commit is contained in:
Kirill Pet
2024-12-17 20:45:58 +03:00
parent 077f5baf53
commit dd58ea60e5
9 changed files with 226 additions and 12 deletions

View File

@@ -1,14 +1,8 @@
'use strict';
window.addEventListener('resize', (e) => {
if (window.innerWidth) {
}
});
const swiper = new Swiper('.gym-swiper', {
const gymSwiper = new Swiper('.gym-swiper', {
direction: 'horizontal',
slidesPerView: 1.20,
breakpoints: {
320:{
slidesPerView: 1.20,
@@ -17,8 +11,7 @@ const swiper = new Swiper('.gym-swiper', {
996: {
slidesPerView: 3
},
1920: {
slidesPerView: 3
},
}
});
});
// gymSwiper.destroy();