Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Created July 2, 2012 20:51
Show Gist options
  • Save mkorostoff/3035636 to your computer and use it in GitHub Desktop.
Save mkorostoff/3035636 to your computer and use it in GitHub Desktop.
Mike JS fix
jQuery(function() {
for (i=4; i<=jQuery('div.views-row').size(); i++) {
jQuery('div.views-row-' + i + ' img.lazy').lazyload({
effect: "fadeIn"
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment