css - h5页面,logo尺寸370x60,宽度小于370的屏幕怎么缩放合适?
巴扎黑
巴扎黑 2017-04-17 13:52:16
0
4
1730

如标题,如果设计一版的话,有好的解决办法吗?

巴扎黑
巴扎黑

reply all(4)
大家讲道理

max-width: 100%;

洪涛

Set the width of the logo image to 100%, regardless of the height

伊谢尔伦

Set the maximum width on a large screen, that is, max-width. On a small screen, set the percentage and adaptive scaling.

迷茫

1. When the width is less than 370px, set width: 100%
2. When the width is greater than 370px:

  1. If the maximum width of the logo is 370, then max-width:370px

  2. If the logo needs to occupy the full screen, width: 100%

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template