메인배너 넣고 슬라이드 형식이요~
본문
<script>
jQuery(function($){
var swiper = new Swiper('#main_bn', {
slidesPerView: 1,
spaceBetween: 0,
loop: true,
mode: 'fade',
autoplay: {delay: 3000, disableOnInteraction:false},
pagination: {el: '.swiper-pagination', clickable: false}
});
});
</script>
이렇게 되어 잇는데요~ fade형식으로 바꾸고 싶은데요.
어찌하면 좋을까요? 방법 알려주시면 ~~ 감사합니다. 알려주세요~~
답변을 작성하시기 전에 로그인 해주세요.