开发者

How to deal with zoom in responsive layouts?

开发者 https://www.devze.com 2023-04-04 08:47 出处:网络
How to deal with开发者_Python百科 zoom in responsive layouts ? All get messy when zooming this site : http://bostonglobe.com/

How to deal with开发者_Python百科 zoom in responsive layouts ?

All get messy when zooming this site : http://bostonglobe.com/

I loved the layout and responsive effects but sometimes my user will zoom content. Thanks


Simply avoid fixed units and use percentage or em units for your elements.

Zoom is a useful feature browsers provide to users surfing your site, and it will mess up your text and layout to some extent anyway.

The best thing you can do is make sure your site is completely zoomable, not going against this feature.

0

精彩评论

暂无评论...
验证码 换一张
取 消