Skip to content

Instantly share code, notes, and snippets.

@thestephenmarshall
Last active August 29, 2015 14:10
Show Gist options
  • Save thestephenmarshall/f903c26a3222dce3f587 to your computer and use it in GitHub Desktop.
Save thestephenmarshall/f903c26a3222dce3f587 to your computer and use it in GitHub Desktop.
Do Masonries!!
<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>-->
<script src="https://www.dropbox.com/s/mx9ty7s4z5txhbm/isotope.pkgd.min.js?dl=1"></script>
<script>
setTimeout(function(){
$('#main .date-outer .date-posts').each(function(i, dp){
var $container = $(this).isotope({
itemSelector: '.post-outer',
layoutMode: 'masonry',
masonry: {
columnWidth: '.post-outer'
}
});
});
}, 500);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment