冯纪忠雄,Less Is More
响应式网页设计中,尤其是移动端网页,通常要限制用户对网页的放大,可以在网页的head部分中的meta标签对viewport进行设置,让user-scalable等于no即可。
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
最后来一张图镇楼。
喜欢这个文章 | 分享 | 新建跟帖