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.

min-zoom

Nuestros voluntarios aún no han traducido este artículo al Español. Únete a nosotros y ayúdanos a traducirlo

Summary

The min-zoom CSS descriptor sets the minimum zoom factor of a document defined via @viewport. The browser will not zoom out any further than this, whether automatically or at the user's request.

A zoom factor of 1.0 or 100% corresponds to no zooming. Larger values zoom in. Smaller values zoom out.

Related at-rule@viewport
Initial valueauto
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

Syntax

Values

auto
The user agent will set the document's upper zoom factor limit.
<number>
A non-negative number limiting the minimum value of the zoom factor.
<percentage>
A non-negative percentage limiting the minimum value of the zoom factor.

Formal syntax

auto | <number> | <percentage>

Specifications

Specification Status Comment
CSS Device Adaptation
The definition of '"min-zoom" descriptor' in that specification.
Working Draft Initial definition

Browser compatibility

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 ? ? ? ? ? ?

 

Etiquetas y colaboradores del documento

 Colaboradores en esta página: teoli, LouisLazaris, Sebastianz, fscholz, cvrebert
 Última actualización por: teoli,