Skip to content

Instantly share code, notes, and snippets.

@zaigham
Created August 10, 2012 18:57
Show Gist options
  • Save zaigham/3316817 to your computer and use it in GitHub Desktop.
Save zaigham/3316817 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function ($) {
var $tagcloudArticles = $('#tagcloudArticles');
$tagcloudArticles.imagesLoaded(function(){
$tagcloudArticles.masonry({
// options
itemSelector : '.brick',
columnWidth : 230
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment