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.04k stars 1.2k forks source link

Widget doesn't draw properly(widget gets shrinks) if widget column size is greater then gridster column. #509

Open rparajuli opened 9 years ago

rparajuli commented 9 years ago

I saved width, height, column and row of widgets in database. It's works fine if I save and pull the widgets with same screen size. But it gives me a problem if i saved the widget through large screen and try to load into small screen like(iPad, mobile) then widget gets shrinks. Is this known issue which I'm facing now. how can we resize widget size according to gridster column if we've widget properties like(col,row, height, and widget) in database?

bondt commented 9 years ago

What would you like to achieve here? Should the widgets be visible outside the smaller screens?

We are currently working on a similar project and we've chosen to simple save three different versions of configurations to the database.