Skip to content

Instantly share code, notes, and snippets.

@ramzs
Forked from agragregra/masonry_imageloaded.js
Created November 7, 2016 19:27
Show Gist options
  • Save ramzs/fcab225e8d1b750a7dd1a9d962bdeba8 to your computer and use it in GitHub Desktop.
Save ramzs/fcab225e8d1b750a7dd1a9d962bdeba8 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