【发布时间】:2013-11-30 23:18:19
【问题描述】:
为响应式设计编写代码时,智能手机和平板电脑的标准宽度是多少。我查看了不同的网站,但似乎没有找到任何标准宽度的好模板。在编写响应式设计时,你们通常对断点/媒体查询做什么?
如果有人有平板电脑/智能手机等不同结果的好模板,请分享!谢谢!
【问题讨论】:
-
避免设备驱动的断点;让内容和设计决定断点。
-
我非常同意@skube。如this文章引用
Instead of being concerned with device breakpoints the best practice is to design for your smallest viewport first. As you expand that view there will come a point at which the design looks terrible. This is where you add a break point.