--- 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 ---
zoom
CSS 설명자(descriptor)는 {{cssxref("@viewport")}}에 의해 정의된 문서의 초기 줌 배율(factor)을 설정합니다.
1.0
또는 100%
인 줌 배율은 줌이 없음에 해당합니다. 큰 값은 확대. 작은 값은 축소.
{{cssinfo}}
/* 키워드 값 */ zoom: auto; /* <number> 값 */ zoom: 0.8; zoom: 2.0; /* <percentage> 값 */ zoom: 150%;
auto
<number>
<percentage>
명세 | 상태 | 설명 |
---|---|---|
{{SpecName('CSS3 Device', '#the-lsquozoomrsquo-descriptor', '"zoom" descriptor')}} | {{Spec2('CSS3 Device')}} | 초기 스펙 |
{{Compat("css.at-rules.viewport.zoom")}}