$(function(){ $("body").addClass("on"); $(".mainslide").addClass("on"); $(document).ready(function(){ if($("body").addClass("on")){ } }); var mainSlide = new Swiper('.mainslide', { effect: "fade", autoplay:{ autoplay: true, delay:3000, }, speed: 1000, allowTouchMove:false, simulateTouch:false, grabCursor: false, touchStartPreventDefault:false, pagination: { el: '.main_pagination', clickable: true, }, navigation: { nextEl: '.main_next', prevEl: '.main_prev', }, }); var gallerySlide = new Swiper('.gallery_slide', { centeredSlides: true, loop:true, autoplay:{ delay: 3000, }, speed: 1000, direction: 'horizontal', pagination: { el: '.gallery_pagination', type: 'progressbar', }, navigation: { nextEl: '.product_next', prevEl: '.product_prev', }, centerPadding: '0', slidesPerView:3, spaceBetween:0, breakpoints: { 767: { slidesPerView:1, spaceBetween:30, }, } }); });