โดย: เจ้าของร้าน เมื่อ:2 เดือนที่ผ่านมา
const swiper = new Swiper('.swiper', { slidesPerView: 1, // แสดงทีละ 1 ภาพ spaceBetween: 10, loop: true, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, pagination: { el: '.swiper-pagination', clickable: true, }, autoplay: { delay: 3000, // เปลี่ยนรูปทุก 3 วินาที disableOnInteraction: false, } });