Converting between physical pixels and CSS pixels

后端 未结 4 1195
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-17 16:36

Mozilla\'s documentation from elementFromPoint explains that the coordinates are not in physical pixels, but \"CSS pixels\". Exactly what are CSS pixels? I was under the imp

4条回答
  •  自闭症患者
    2020-12-17 17:26

    Conversion can be done with window.devicePixelRatio; now supported by all major browsers

    See https://developer.mozilla.org/en-US/docs/Web/API/Window/devicePixelRatio

提交回复
热议问题