diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/viewport | |
parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip |
initial commit
Diffstat (limited to 'files/ko/glossary/viewport')
-rw-r--r-- | files/ko/glossary/viewport/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/files/ko/glossary/viewport/index.html b/files/ko/glossary/viewport/index.html new file mode 100644 index 0000000000..95f9456d3b --- /dev/null +++ b/files/ko/glossary/viewport/index.html @@ -0,0 +1,22 @@ +--- +title: 뷰포트 +slug: Glossary/Viewport +tags: + - CodingScripting + - Glossary + - Layout + - viewport +translation_of: Glossary/Viewport +--- +<p><span class="seoSummary">컴퓨터 그래픽스에서, <strong>뷰포트</strong>(viewport)는 현재 화면에 보여지고 있는 다각형(보통 직사각형)의 영역입니다. 웹 브라우저에서는 현재 창에서 문서를 볼 수 있는 부분(전체화면이라면 화면 전체)을 말합니다.</span> 뷰포트 바깥의 콘텐츠는 스크롤 하기 전엔 보이지 않습니다.</p> + +<p>뷰포트 중에서도 지금 볼 수 있는 부분을 <strong>{{glossary("visual viewport", "시각적 뷰포트")}}</strong>라고 부릅니다. 스마트폰에서 사용자가 화면을 확대했을 때와 같은 특정 상황에서 {{glossary("layout viewport", "레이아웃 뷰포트")}}의 크기는 변하지 않지만 시각적 뷰포트는 더 작아집니다.</p> + +<h2 id="더_알아보기">더 알아보기</h2> + +<h3 id="일반_지식">일반 지식</h3> + +<ul> + <li><a href="/ko/docs/Web/API/Visual_Viewport_API">Visual Viewport API</a></li> + <li>위키백과 {{Interwiki("wikipedia", "뷰포트 (컴퓨터 과학)")}}</li> +</ul> |