윈도우 사이즈 구하기

aepee·2021년 5월 28일
0

- window.screen

  • 브라우저 크기가 아닌 모니터 크기
  • window.screen.width window.screen.height


- window.outer

  • 탭, 주소창을 포함한 브라우저 크기
  • window.outerWidth window.outerHeight



- window.inner

  • (탭, 주소창 제외) 스크롤 영역을 포함한 전체 페이지 크기
  • window.innerWidth window.innerHeight



- document.documentElement.client

  • (탭, 주소창, 스크롤 영역 제외)
    현재 눈에 보이는 브라우저 화면의 크기만큼
  • document.documentElement.clientWidth
    document.documentElement.clientHeight

📏 width


📏 height

profile
📝내가 보려고 기록하는 블로그

0개의 댓글