Skip to content

Instantly share code, notes, and snippets.

@gregnowicki
Created April 9, 2014 01:12
Show Gist options
  • Save gregnowicki/10216083 to your computer and use it in GitHub Desktop.
Save gregnowicki/10216083 to your computer and use it in GitHub Desktop.
masonry jquery for ventering boxes
$(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