сделал services и call сделал пк версии
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user