// 鏃犳帶浠垛€斺€斿浘鐗囨斁澶 $(".fancyImg").each(function () { let fancyImg = $(this).find("img").attr("src"); $(this).parents(".fancyboxHz").attr("data-src", fancyImg) }); $('.fancyImg-02 img').each(function () { let iText = $(this).attr('alt'); $(this).parent().append('

' + iText + '

'); $(this).parents(".fancyboxHz").attr("data-caption", iText) }); Fancybox.bind('.fancyboxHz[data-fancybox="gallery_noCon"]', { Thumbs: false, Toolbar: false, Image: { zoom: false, click: false, wheel: "slide", }, }); // ==> 鏁堟灉缁勪欢JS // 鍥剧墖鏀惧ぇ-02 鍥鹃泦鍙傛暟 $require(['swiper'], function () { var imgTuBox = new Swiper('.imgTuBig', { slidesPerGroup: 1, //婊氬姩涓暟 slidesPerView: 2, //鍒 spaceBetween: 15, //鍙宠竟璺 autoplay: { delay: 5000, //5绉掑垏鎹竴娆 }, grid: { fill: 'row', rows: 1, //琛 }, pagination: { el: '.imgTuBig .swiper-pagination', clickable: true, }, navigation: { nextEl: '.imgTuBig .swiper-button-next', prevEl: '.imgTuBig .swiper-button-prev', }, breakpoints: { 768: { //褰撳睆骞曞搴﹀ぇ浜庣瓑浜?68 slidesPerView: 5, spaceBetween: 20, //鍙宠竟璺 }, } }) })