и использование Swiper JS для этой функции.
ниже приведен код конфигурации моего Swiper < /p>
Код: Выделить всё
let galleryThumbsLife = new Swiper('.gallery-thumbs-life', {
loop: true,
spaceBetween: 10,
slidesPerView: 4,
freeMode: true,
watchSlidesProgress: true,
});
var galleryTopLife = new Swiper('.gallery-top-life', {
loop: true,
spaceBetween: 10,
navigation: {
nextEl: ".swiper-button-next-top",
prevEl: ".swiper-button-prev-top",
},
thumbs: {
swiper: galleryThumbsLife,
},
});
Подробнее здесь: https://stackoverflow.com/questions/794 ... ail-linked
Мобильная версия