The design draft given by ui is of fixed resolution. How to deal with it when it is greater than this resolution?

in the project I am working on, the design draft given by ui is based on a fixed 1440px resolution. If it is greater or less than this resolution, such as 1200px or 1800px, it will cause the page layout to be ugly.
how do you solve this problem?


write 1440px regularly, with white space on both sides. Scroll bars appear when the visual width of the browser is less than 1440, and most websites with the top width in the middle do this


  1. generally give blueprints with content width , this width is generally not too large, generally about 1000.
  2. what is the general full-width product picture, such as banner. The layout is roughly as follows

clipboard.png
each box is an independent div ha

< H1 > digression < / H1 >

if the content width exceeds 1200, it is recommended to communicate with the designer. After all, the horizontal scroll bar is more anti-human

.
Menu