Skip to content

Instantly share code, notes, and snippets.

@fiatjaf
Created March 28, 2016 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fiatjaf/386c721242173b7139f0 to your computer and use it in GitHub Desktop.
Save fiatjaf/386c721242173b7139f0 to your computer and use it in GitHub Desktop.
Masonry layout to Classless
var msnry = new Masonry( 'main > section > ul', {
columnWidth: 'li',
itemSelector: 'li',
percentPosition: true,
gutter: 0
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment