Resize grid items

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});

1

2

3

4

5

6

7