$(function(){ leftpnsopeneyehtml='
\

開眼

\ \
\
'; $('#leftpnsopeneye').html(leftpnsopeneyehtml); $('#foopnsopeneye').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:'#foopnsopeneye_prev',key:'left'}, next : {button:'#foopnsopeneye_next',key:'right'} }); });