Skip to content

Instantly share code, notes, and snippets.

@agragregra
Last active July 23, 2021 18:44
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 17 You must be signed in to fork a gist
  • Save agragregra/5e4415b8748087c019c2 to your computer and use it in GitHub Desktop.
Save agragregra/5e4415b8748087c019c2 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