From 95ce88cfb3680062404e53b445f4e711afc8256f Mon Sep 17 00:00:00 2001 From: Dustin Moore Date: Tue, 20 Nov 2012 10:23:51 -0800 Subject: [PATCH] Updated Readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 689f1d4939..93f42a8823 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,22 @@ Whodunit ======== Gridster is built by [Ducksboard](http://ducksboard.com/). + +dustmoo Modifications +=========== + +Widgets of smaller or equal size to the dragged widget (player) +will swap places with the original widget. + +This causes tiles to swap left and right as well as up and down. + +By default smaller players will shift larger widgets down. + +I have added an option to prevent this behavior: + + $.gridster({ + shift_larger_widgets_down: false + }); + +By setting shift_larger_widgets_down to false, smaller widgets will not displace larger ones. +