Кто-нибудь знает, что я здесь делаю не так?
(также в codepen)
Код: Выделить всё
const swiper = new Swiper(".mySwiper", {
slidesPerView: 'auto',
spaceBetween: 30,
centeredSlides: true,
pagination: {
el: ".swiper-pagination",
clickable: true,
},
});Код: Выделить всё
.swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
height: 100%;
width: fit-content;
display: flex;
justify-content: center;
align-items: center;
border: 2px solid mistyrose;
}
.swiper-content {
display: flex;
align-items: center;
padding: 2rem;
column-gap: 2rem;
}Код: Выделить всё
Slide 1 Slide 1 Slide 1 Slide 1
Slide 1 Slide 1 Slide 1 Slide 1
Slide 1 Slide 1 Slide 1 Slide 1 Slide 1 Slide 1 Slide 1 Slide 1 Slide 1 Slide 1 Slide 1 Slide 1
Подробнее здесь: https://stackoverflow.com/questions/798 ... -swiper-js
Мобильная версия