$(function(){ leftpnsvideohtml='
\

影片

\ \
\
'; $('#leftpnsvideo').html(leftpnsvideohtml); $('#foopnsvideo1').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:'#foopnsvideo1_prev',key:'left'}, next : {button:'#foopnsvideo1_next',key:'right'} }); });