Skip to content

Instantly share code, notes, and snippets.

@bbrochier
Created August 28, 2015 08:35
Show Gist options
  • Save bbrochier/209f7568f994e9854293 to your computer and use it in GitHub Desktop.
Save bbrochier/209f7568f994e9854293 to your computer and use it in GitHub Desktop.
Isotope settings
if ($('.social-wall-container').length) {
$('.social-wall-container').isotope({
stamp: '.itemStamp',
layoutMode: 'packery',
packery: {
columnWidth: '.grid-sizer'
},
itemSelector: '.itemWall',
percentPosition: true
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment