We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557e688 commit f9c8e21Copy full SHA for f9c8e21
etc/config.xml
@@ -24,6 +24,7 @@
24
imgLazy.on('load',function(){
25
var img = $(this);
26
if(img.attr('src') == img.data('src')){img.addClass('loaded');}
27
+ else {img.lazyload();}
28
if($.equalheight) $.fn.equalheight();
29
});
30
if($.equalheight) $.fn.equalheight();});
0 commit comments