Tagged Questions
24
votes
4answers
1k views
Responsive design: Should I go bigger than 1024px?
I have 6 responsive variations for a web app, from 916px to 320px wide. While running some internal tests, 2 out of 6 people mentioned that they would prefer if the app responded to bigger screens ...
14
votes
5answers
360 views
Should the UI (or backend) be fixed width or fluid? [duplicate]
Possible Duplicate:
For websites, is it better to have a variable width layout or a fixed width layout?
We are about to rebuild a web based application and currently the UI is fixed width, ...