Skip to content

Instantly share code, notes, and snippets.

@Hatteron
Forked from agragregra/masonry_imageloaded.js
Created July 8, 2017 16:12
Show Gist options
  • Save Hatteron/66d4d755fc6a47b2a1269beb6b61ad5c to your computer and use it in GitHub Desktop.
Save Hatteron/66d4d755fc6a47b2a1269beb6b61ad5c to your computer and use it in GitHub Desktop.
Masonry imagesLoaded
var $container = $(".masonry-container");
$container.imagesLoaded(function () {
$container.masonry({
columnWidth: ".item",
itemSelector: ".item"
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment