最大變焦 | @viewport.max-zoom (Device Adaptation) - CSS 中文開發手冊css
在max-zoomCSS的描述符集被定義文檔的最大變焦倍數@viewport的規則。不管是自動仍是根據用戶的要求,瀏覽器都不會放大。html
一個縮放因子的1.0或100%不對應任何縮放。較大的值會放大。較小的值會縮小。瀏覽器
Related at-ruleide |
@viewport代理 |
---|---|
初始值orm |
autohtm |
Percentagesip |
the zoom factor itselfci |
適用媒體開發 |
visual, continuous |
計算值 |
auto, or a non-negative number or percentage as specified |
正規順序 |
the unique non-ambiguous order defined by the formal grammar |
/* Keyword value */ max-zoom: auto; /* <number> values */ max-zoom: 0.8; max-zoom: 2.0; /* <percentage> value */ max-zoom: 150%;
auto用戶代理將設置文檔的上限縮放因子限制。<number>限制縮放因子最大值的非負數。<percentage>限制縮放因子最大值的非負百分比。
auto | <number> | <percentage>
Specification |
Status |
Comment |
---|---|---|
CSS Device AdaptationThe definition of '"max-zoom" descriptor' in that specification. |
Working Draft |
Initial definition |
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 |
? |
? |
? |
? |
? |
? |