码迷,mamicode.com
首页 > 其他好文 > 详细

公共设置

时间:2017-01-09 15:10:22      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:name   font   als   pixel   port   scale   init   res   elements   



var pixclPatio = 1 / window.devicePixelRatio;
document.write(‘<meta name="viewport" content="width=device-width,initial-scale=‘ + pixclPatio + ",minimum-scale=" + pixclPatio + ",maximum-scale=" + pixclPatio + ‘" />‘);
setSize();
window.addEventListener("resize", setSize, false);
window.addEventListener("orientationchange", setSize, false);
function setSize() {
var html = document.getElementsByTagName("html")[0];
var pageWidth = html.getBoundingClientRect().width;
html.style.fontSize = pageWidth > 1536 ? "54px" : pageWidth / 10 + "px"
};

公共设置

标签:name   font   als   pixel   port   scale   init   res   elements   

原文地址:http://www.cnblogs.com/zwrblogs/p/6265295.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!