Skip to content

Instantly share code, notes, and snippets.

View rottmanj's full-sized avatar

Jeremy Rottman rottmanj

  • Amazon
  • Seattle, WA
View GitHub Profile
$(function(){
$('#masonry-container').masonry({
itemSelector: '.box',
columnWidth: 200,
isAnimated: !Modernizr.csstransitions,
isFitWidth: true
});
});