$(window).load(function(){

      $('#stuff').masonry({
        columnWidth: 20, 
        itemSelector: '.project'
      });

    });


