m1 icon indicating copy to clipboard operation
m1 copied to clipboard

dynamic widget load sizes

Open azaroth42 opened this issue 11 years ago • 0 comments

Currently the size of windows must be specified in pixels, which assumes knowledge (if minimal) of the user's screen real estate. It would be useful to allow keywords or, preferably, percentages in the widget start up, that were applied against the current size of the mirador workspace.

So instead of

{"widgets": [  { "height": 800, "type": "delimitView", "width": 600 } ]}

it would be nice to allow

{"widgets": [ { "height" : "100%", "type" : "delimitView", "width": "30%"} ] }

Tags: Feature Request, Improvement

azaroth42 avatar Jan 29 '14 20:01 azaroth42