Skip to content

Instantly share code, notes, and snippets.

@Delleron
Forked from agragregra/masonry_imageloaded.js
Created November 24, 2017 12:00
Show Gist options
  • Save Delleron/3fbb75801c0d142f7c63a7eb739aee0e to your computer and use it in GitHub Desktop.
Save Delleron/3fbb75801c0d142f7c63a7eb739aee0e 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