W3cubDocs

/CSS

-ms-content-zoom-limit-min

Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

The -ms-content-zoom-limit-min CSS property is a Microsoft extension that specifies the minimum zoom factor.

Initial value 100%
Applies to non-replaced block-level elements and non-replaced inline-block elements
Inherited no
Percentages The smallest allowed zoom factor. A zoom factor of 100% corresponds to no zooming. Larger values zoom in. Smaller values zoom out.
Media interactive
Computed value as specified
Animation type discrete
Canonical order the unique non-ambiguous order defined by the formal grammar

Syntax

Values

<percentage>

The minimum zoom factor.

Formal syntax

  <percentage>

Specifications

Not part of any specification.

Remarks

This property constrains the limit for touch zooming as well as values of the msContentZoomFactor property. This property has no effect on non-zoomable elements. See -ms-content-zooming for details on zoomable elements.

Starting with Windows 8.1, this property is also supported for touchpad interaction.

This property requires Windows 8 or later.

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/-ms-content-zoom-limit-min