(function (){ //picLazyLoad({className: "lazy"}); //var swiper = document.getElementById("swiper-container1"); //swiper.style.height = swiper.clientWidth* 0.95 * 0.60 + "px"; var mySwiper0 = new Swiper('.imgcon', { loop:true, loopAdditionalSlides : 1, lazyLoading: true, lazyLoadingOnTransitionStart: true, lazyLoadingInPrevNext: true, watchSlidesVisibility : true, effect: 'coverflow', slidesPerView: 2, centeredSlides: true, coverflow: { rotate: 1, stretch: 20, depth: 60, modifier: 3, slideShadows: true } }); var mySwiper1 = new Swiper('.swipercon', { pagination: '.swiper-pagination', autoplay:5000, autoplayDisableOnInteraction : false, loop:true, grabCursor: true, speed:1500, effect: 'cube', cube: { shadow: false, slideShadows: false } }); })();