Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dynamic widget load sizes #84

Open
azaroth42 opened this issue Jan 29, 2014 · 0 comments
Open

dynamic widget load sizes #84

azaroth42 opened this issue Jan 29, 2014 · 0 comments
Milestone

Comments

@azaroth42
Copy link
Contributor

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

@snydman snydman added this to the Icebox milestone Mar 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants