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. ThanksSimply 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.
精彩评论