Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ko]: add index.md for web/glossary/visual_viewport #16420

Merged
merged 1 commit into from
Oct 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions files/ko/glossary/visual_viewport/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: 시각적 뷰포트 (Visual Viewport)
slug: Glossary/Visual_Viewport
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

현재 표시되는 {{Glossary("viewport", "뷰포트")}} 부분을 시각적 뷰포트라고 합니다. 이는 사용자가 두 손가락으로 줌 설정(pinched-zoomed)한 경우와 같이 레이아웃 뷰포트보다 작을 수 있습니다. 시각적 뷰포트는 화면 키보드, 핀치 줌 영역 외부 영역 또는 페이지 크기에 따라 확장되지 않는 기타 화면 아티팩트를 제외한 화면의 시각적 부분입니다.

## 같이 보기

- [시각적 뷰포트 API](/ko/docs/Web/API/Visual_Viewport_API)
- [뷰포트](https://en.wikipedia.org/wiki/Viewport) on Wikipedia
- [두 가지 뷰포트 이야기](https://www.quirksmode.org/mobile/viewports.html) (Quirksmode)
- MDN 용어사전의 {{Glossary("Viewport", "뷰포트")}}
- MDN 용어사전의 {{Glossary("Layout viewport", "레이아웃 뷰포트")}}