$(function(){ leftinsphoto1html='
\

圖輯

\ \
\
'; $('#leftinsphoto1').html(leftinsphoto1html); $('#fooinsphoto1').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('7000')}, width : '100%', prev : {button:'#fooinsphoto1_prev',key:'left'}, next : {button:'#fooinsphoto1_next',key:'right'} }); });