最大變焦 | @viewport.max-zoom (Device Adaptation) - CSS 中文開發手冊 - Break易站

 
  •   CSS 中文開發手冊

    最大變焦 | @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

    ?

    ?

    ?

    ?

    ?

    ?

     
  •   CSS 中文開發手冊
相關文章
相關標籤/搜索