$(function(){ var thumbs = new Swiper('.thumbs', { spaceBetween: 20, slidesPerView: 4, slidesPerColumnFill: 'row', slidesPerColumn: 99, loop: false, freeMode: false, SimulateTouch: false, shortSwipes: false, longSwipes: false, loopedSlides: 0, //looped slides should be the same watchSlidesVisibility: true, watchSlidesProgress: true, }); var mainimg = new Swiper('.mainimg', { spaceBetween: 0, loop:true, slidesPerView: 1, loopedSlides: 1, //looped slides should be the same navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, thumbs: { swiper: thumbs, }, }); }); $(window).on('load',function(){ }); $(window).on('resize',function () { }); $(window).on('orientationchange', function(){ });