Can't re-size masonry within table. Question 1 : When scaling the window up, the masonry div scale accordingly. But when re-sizing the window down, the masonry div don't respond. It works when I take the div outside table. But I need the table to organize other stuffs. Question 2 : It didn't animate, rather just snap to place. My test site : https://www.merchantsbar.com/bar_2.php\[code\]$("#div_bar").imagesLoaded( function(){ $("#div_bar").masonry({ itemSelector : ".item", columnWidth : 0, isAnimated: !Modernizr.csstransitions, isFitWidth : true });});\[/code\]Thanks in advance!