美文网首页
设备像素比devicePixelRatio介绍

设备像素比devicePixelRatio介绍

作者: lmmy123 | 来源:发表于2017-11-30 15:09 被阅读27次

设备像素比(dpr)

是设备上物理像素和设备独立像素(device-independent  pixels (dips))的比例

公式: window.devicePixelRatio = 物理像素 / dips

<meta  name="viewport"  content="width=device-width">

相关文章

网友评论

      本文标题:设备像素比devicePixelRatio介绍

      本文链接:https://www.haomeiwen.com/subject/unpvbxtx.html