Skip to content

Commit f9c8e21

Browse files
committed
Update config.xml
1 parent 557e688 commit f9c8e21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
imgLazy.on('load',function(){
2525
var img = $(this);
2626
if(img.attr('src') == img.data('src')){img.addClass('loaded');}
27+
else {img.lazyload();}
2728
if($.equalheight) $.fn.equalheight();
2829
});
2930
if($.equalheight) $.fn.equalheight();});

0 commit comments

Comments
 (0)