Skip to content

Instantly share code, notes, and snippets.

@zaigham
Created August 10, 2012 18:55
Show Gist options
  • Save zaigham/3316786 to your computer and use it in GitHub Desktop.
Save zaigham/3316786 to your computer and use it in GitHub Desktop.
var $container = $('#container');
$container.imagesLoaded(function(){
$container.masonry({
itemSelector : '.item',
columnWidth : 240
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment