Skip to content

Instantly share code, notes, and snippets.

@flowdee
Created December 28, 2014 11:24
Show Gist options
  • Select an option

  • Save flowdee/b6e33d61d36bcb8323fa to your computer and use it in GitHub Desktop.

Select an option

Save flowdee/b6e33d61d36bcb8323fa to your computer and use it in GitHub Desktop.

Revisions

  1. flowdee created this gist Dec 28, 2014.
    9 changes: 9 additions & 0 deletions isotope-lazyload.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    var $iso = $('.container').isotope({
    itemSelector: '.item',
    layoutMode: 'masonry',
    });

    // Refresh lazy load
    $iso.isotope('on', 'layoutComplete', function () {
    $(window).trigger("scroll");
    });