$(function(){ leftpnsphoto1html='
\

圖片看世界

\ \
\
'; $('#leftpnsphoto1').html(leftpnsphoto1html); $('#foopnsphoto1').carouFredSel({ onCreate: function(data) { data.items.find('img.lazy').lazyload({effect:'fadeIn',load:function(){ $(this).closest('div.imgLiquidNoFill').imgLiquid({fill:false, horizontalAlign:'center', verticalAlign:'center', useBackgroundSize:true}); },}); }, scroll : { duration: 1000, onAfter: function( data ) { data.items.visible.each(function() { if ($(this).find('img').attr('src')=='https://news.mingpao.com/image/grey.gif') { $(this).find('img').lazyload({effect:'fadeIn',load: function(){ $(this).closest('div.imgLiquidNoFill').imgLiquid({fill:false, horizontalAlign:'center', verticalAlign:'center', useBackgroundSize:true}); },}); } }); } }, circular: false, infinite: false, auto : {play:false,timeoutDuration:parseInt('5000')}, width : '100%', prev : {button:'#foopnsphoto1_prev',key:'left'}, next : {button:'#foopnsphoto1_next',key:'right'} }); });