--- title: zoom slug: conflicting/Web/CSS/@viewport_e065ce90bde08c9679692adbe64f6518 tags: - CSS - CSS Descriptor - Graphics - Layout - NeedsExample - Reference translation_of: Web/CSS/@viewport translation_of_original: Web/CSS/@viewport/zoom original_slug: Web/CSS/@viewport/zoom ---
{{ CSSRef }}

zoom CSS 설명자(descriptor)는 {{cssxref("@viewport")}}에 의해 정의된 문서의 초기 줌 배율(factor)을 설정합니다.

1.0 또는 100%줌 배율은 줌이 없음에 해당합니다. 큰 값은 확대. 작은 값은 축소.

{{cssinfo}}

구문

/* 키워드 값 */
zoom: auto;

/* <number> 값 */
zoom: 0.8;
zoom: 2.0;

/* <percentage> 값 */
zoom: 150%;

auto
사용자 에이전트가 문서의 초기 줌 배율을 설정합니다. 사용자 에이전트는 문서가 그 배율을 찾기 위해 렌더링되는 캔버스 영역의 크기를 사용할 수 있습니다.
<number>
줌 배율로 사용되는 음이 아닌 수. 배율 1.0은 줌이 수행되지 않음을 뜻합니다. 1.0보다 큰 값은 확대 작은 값은 축소 효과가 됩니다.
<percentage>
줌 배율로 사용되는 음이 아닌 퍼센트 값. 배율 100%는 줌이 수행되지 않음을 뜻합니다. 100%보다 큰 값은 확대 작은 값은 축소 효과가 됩니다.

형식 구문

{{csssyntax}}

명세

명세 상태 설명
{{SpecName('CSS3 Device', '#the-lsquozoomrsquo-descriptor', '"zoom" descriptor')}} {{Spec2('CSS3 Device')}} 초기 스펙

브라우저 호환성

{{Compat("css.at-rules.viewport.zoom")}}