Swiper全屏自適應焦點圖輪播代碼素材下載
<script type=”text/javascript”>
window.onload = function() {
var swiper = new Swiper(‘.swiper-container’,{
autoplay: false,
speed: 1000,
autoplayDisableOnInteraction: false,
loop: true,
centeredSlides: true,
slidesPerView: 2,
pagination: ‘.swiper-pagination’,
paginationClickable: true,
prevButton: ‘.swiper-button-prev’,
nextButton: ‘.swiper-button-next’,
onInit: function(swiper) {
swiper.slides[2].className = “swiper-slide swiper-slide-active”;
},
breakpoints: {
668: {
slidesPerView: 1,
}
}
});
}
</script>
頁面演示圖:
聲明:本站所有文章,如無特殊說明或標注,均為本站原創發布。任何個人或組織,在未征得本站同意時,禁止復制、盜用、采集、發布本站內容到任何網站、書籍等各類媒體平臺。如若本站內容侵犯了原著者的合法權益,可聯系我們進行處理。