http://tech.bluesmoon.info/2011/01/device-width-and-how-not-to-hate-your.html
- DO use the viewport meta tag
- DO use media queries to render your page appropriately for various widths ranging from under 200px to 1024px or more
- DO use width=device-width,initial-scale=1 in your viewport meta tag OR use width=device-width alone12.
- DO NOT use maximum-scale=1 or user-scalable=no
- DO NOT use width=<specific width>
- DO NOT use @media all and (*-device-width: xxx)
No comments:
Post a Comment