Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Window.devicePixelRatio

현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.

Window.devicePixelRatio 속성은 읽기 전용이고 현재 하나의 CSS 픽셀에 대한 현재 디스플레이 장치 상의 하나의 물리적인 픽셀의 비율을 반환한다. 페이지가 확대되면 CSS 픽셀에 대응하는 장치의 픽셀 수는 증가한다. 그렇기 때문에 devicePixelRatio 또한 증가한다.

이 값이 변경될 때 감시하는 콜백 또는 이벤트가 없다.(예들들어 다른 해상도의 디스플레이 간에 드래그하는 것 같은)

Syntax

value = window.devicePixelRatio;

Specifications

Specification Status Comment
CSS Object Model (CSSOM) View Module
The definition of 'Window.devicePixelRatio' in that specification.
Working Draft Initial definition

브라우저 호환성

특성 Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support ? ? ? ? ?
특성 Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support ? ? ? ? ?

See also

문서 태그 및 공헌자

 이 페이지의 공헌자: starfish72
 최종 변경: starfish72,