Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

zoom

요약

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

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

Related at-rule@viewport
초기값auto
Percentagesthe zoom factor itself
Mediavisual, continuous
Computed valueauto, or a non-negative number or percentage as specified
Canonical orderthe unique non-ambiguous order defined by the formal grammar

구문

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

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

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

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

형식 구문

auto | <number> | <percentage>

스펙

스펙 상태 설명
CSS Device Adaptation
The definition of '"zoom" descriptor' in that specification.
Working Draft 초기 스펙

브라우저 호환성

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support ? ? ? ? ?
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support ? ? ? ? ? ?

 

문서 태그 및 공헌자

 이 페이지의 공헌자: Netaras
 최종 변경: Netaras,