Skip to content

Instantly share code, notes, and snippets.

@Drixled
Last active October 25, 2017 17:29
Show Gist options
  • Save Drixled/e8ad9b09126e71610c31803ca5c4451e to your computer and use it in GitHub Desktop.
Save Drixled/e8ad9b09126e71610c31803ca5c4451e to your computer and use it in GitHub Desktop.
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.2/isotope.pkgd.js"></script>
<script src="https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script>
var $grid = $('.grid').isotope({
itemSelector: '.grid-item',
masonry: {
horizontalOrder: true,
}
});
$grid.imagesLoaded().progress(function() {
$grid.isotope('layout');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment