Skip to content

Instantly share code, notes, and snippets.

@GoodProject
Forked from agragregra/masonry_imageloaded.js
Created October 3, 2015 07:25
Show Gist options
  • Save GoodProject/be0ba0717cacf2114f32 to your computer and use it in GitHub Desktop.
Save GoodProject/be0ba0717cacf2114f32 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