diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index fa17e7909..f12287989 100644 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -39,7 +39,8 @@ axes: ['both'], handle_append_to: '', handle_class: 'gs-resize-handle', - max_size: [Infinity, Infinity] + max_size: [Infinity, Infinity], + min_size: [1, 1] } };