Skip to content

Instantly share code, notes, and snippets.

@Papapashu
Created June 15, 2015 03:31
Show Gist options
  • Save Papapashu/254c64f554abfacd88b3 to your computer and use it in GitHub Desktop.
Save Papapashu/254c64f554abfacd88b3 to your computer and use it in GitHub Desktop.
masonry
var $container = $(".masonry-container");
$container.imagesLoaded(function () {
$container.masonry({
columnWidth: ".item",
itemSelector: ".item"
});
$(".item").imagefill();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment