$(document).ready(function() {
 $('.posts').masonry({
    singleMode: true,
    itemSelector: '.preview'
 });
});
