Webdev/Mobile Best Practices/Less Framework: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Ednapiranha (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
Build for mobile first. Then re organize for the big screens. | Build for mobile first. Then re organize for the big screens. | ||
--- | |||
General Questions (about any framework/etc): | |||
- what are the limitations in terms of design freedom, pre-packaged images vs. custom, etc? what are the difficulties in switching it up? |
Latest revision as of 16:42, 2 February 2012
Jen:
- video resizing on adaptive layouts is generally ok - video will scale if replayed at the new size. if video is resized during play, it can be the wrong scale. edge-case? - less framework allows for some flexibility in design and implementation but lacking javascript detection for resizing in older browsers? - enables avoidance of divitis; minimal css
Lee:
Tim:
Build for mobile first. Then re organize for the big screens.
---
General Questions (about any framework/etc):
- what are the limitations in terms of design freedom, pre-packaged images vs. custom, etc? what are the difficulties in switching it up?