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

Browser Re-size? #264

Open hcho112 opened 10 years ago

hcho112 commented 10 years ago

Hello,

I'm currently using gridster to make dashboard.

I faced a issue where, when browser resize, (eg, maximized or change width, height of browser) I want gridster div to get re-sized accordingly.

I have posted my issue on stackoverflow: http://stackoverflow.com/questions/20111175/gridster-how-to-auto-fit-to-browser-size-change

But seems I didn't get the answer so I am posting here.

As my question on stackoverflow mentioned, it seems like there is part of the code that helps to cope with re-size but I wasn't able to utilize them properly.

Any advice or guidance would be greatly appreciated.

Thank you