Modify width and hight while keeping items from overlapping
You can use the "reposition" method to resize an item, setting its new w and h
Here's how it looks in action:
$('#lt-grid').lt_grid('reposition', $(this).closest('.lt'), {w: 2, h: 2});