<table align="center" width="50%" border="1" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="200px" border="1" cellpadding="0" cellspacing="0" align="left" >
<tr>
<td>1</td>
</tr>
</table>
<table width="200px" border="1" cellpadding="0" cellspacing="0" align="left">
<tr>
<td>2</td>
</tr>
</table>
<table width="200px" border="1" cellpadding="0" cellspacing="0" align="left">
<tr>
<td>3</td>
</tr>
</table>
</td>
</tr>
</table>
$items.imagesLoaded(function () {
$container.masonry( 'appended', $items );
});
if ($this.data('no-masonry') != true) {
$items.imagesLoaded().done(function () {
$container.masonry( 'appended', $items );
});
}
или тот, что выше