티스토리 뷰
VUEJS
VUEJS) 퍼블리싱, 동적으로 화면 구현, 웹, 모바일, 테블릿 Window.matchMedia(), Window.devicePixelRatio
Programmers 2021. 8. 10. 20:19반응형
1) Window.matchMedia()
https://developer.mozilla.org/en-US/docs/Web/API/Window/matchMedia
Window.matchMedia() - Web APIs | MDN
The Window interface's matchMedia() method returns a new MediaQueryList object that can then be used to determine if the document matches the media query string, as well as to monitor the document to detect when it matches (or stops matching) that media
developer.mozilla.org
2) Window.devicePixelRatio
https://developer.mozilla.org/ko/docs/Web/API/Window/devicePixelRatio
Window.devicePixelRatio - Web API | MDN
Window 인터페이스의 devicePixelRatio 읽기 전용 속성은 현재 표시 장치의 물리적 픽셀과 CSS 픽셀의 비율을 반환합니다.
developer.mozilla.org
반응형
'VUEJS' 카테고리의 다른 글
댓글
공지사항