Skip to content

Instantly share code, notes, and snippets.

@rottmanj
Forked from gregnowicki/gist:10216083
Created April 9, 2014 01:14
Show Gist options
  • Save rottmanj/10216252 to your computer and use it in GitHub Desktop.
Save rottmanj/10216252 to your computer and use it in GitHub Desktop.
$(function(){
$('#masonry-container').masonry({
itemSelector: '.box',
columnWidth: 200,
isAnimated: !Modernizr.csstransitions,
isFitWidth: true
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment