/* ******The author ******Tan */ if ($('#image_site').get(0)) { // 图片浏览 $('[data-fancybox]').fancybox({ toolbar: true, loop: false, smallBtn: false, buttons: ["zoom", "slideShow", "fullScreen", "download", "thumbs", "close"], iframe: { preload: false } }) // 图片懒加载 $("img.lazy").lazyload({ effect: "fadeIn", event: "scroll" }); }