"Mobile first" is recommended, I know. However, I understand this to be because of the progressive enhancement principle. But when I build a simple site, where I am just scaling/re-arranging items to fit better and have better legibility on smaller devices, can I not just as well start with the desktop design and work my way down to mobile?
我知道,推荐“移动优先”。但是,我理解这是因为渐进增强原则。但是,当我构建一个简单的网站时,我只是缩放/重新安排项目以更好地适应并且在较小的设备上具有更好的易读性,那么我是否可以从桌面设计开始并一直工作到移动设备?
1 个解决方案
#1
It's near impossible to design something perfectly for every possible screen. The basic "breakpoint" as you put it has always been to determine what the client needs, and what they expect. Presently, most clients need a site that meets some basic mobile requirements or at least has a few mobile-friendly pages, even if deeper content is still in a desktop format. There is no one fixed answer for this. However, you should probably be conceptualizing how your design will work in both formats and trying to minimize the amount of rewriting you'll need to do from one to the other, by keeping the layouts as fluid as possible.
几乎不可能为每个可能的屏幕设计完美的东西。你提出的基本“断点”一直是确定客户需要什么,以及他们期望什么。目前,大多数客户需要一个满足一些基本移动要求的网站,或者至少有一些适合移动设备的网页,即使更深层的内容仍然是桌面格式。对此没有一个固定的答案。但是,您可能应该通过保持布局尽可能流畅来概念化您的设计如何以两种格式工作,并尽量减少从一个到另一个所需的重写量。
#1
It's near impossible to design something perfectly for every possible screen. The basic "breakpoint" as you put it has always been to determine what the client needs, and what they expect. Presently, most clients need a site that meets some basic mobile requirements or at least has a few mobile-friendly pages, even if deeper content is still in a desktop format. There is no one fixed answer for this. However, you should probably be conceptualizing how your design will work in both formats and trying to minimize the amount of rewriting you'll need to do from one to the other, by keeping the layouts as fluid as possible.
几乎不可能为每个可能的屏幕设计完美的东西。你提出的基本“断点”一直是确定客户需要什么,以及他们期望什么。目前,大多数客户需要一个满足一些基本移动要求的网站,或者至少有一些适合移动设备的网页,即使更深层的内容仍然是桌面格式。对此没有一个固定的答案。但是,您可能应该通过保持布局尽可能流畅来概念化您的设计如何以两种格式工作,并尽量减少从一个到另一个所需的重写量。