ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.03k stars 1.2k forks source link

Resize Base Widget Sizes Dynamically #343

Closed dlabaj closed 10 years ago

dlabaj commented 10 years ago

Does anyone know if it's possible to change the widget_base_dimensions after you have called the constructor. I basically need to be able change the size of the widgets width when a user resizes their browser. Thanks.

hrosenbauer commented 10 years ago

Have a look at my pull-request: https://github.com/ducksboard/gridster.js/pull/336

dlabaj commented 10 years ago

Exactly what I need. Thanks a bunch.