-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 value100%
Applies tonon-replaced block-level elements and non-replaced inline-block elements
Inheritedno
PercentagesThe smallest allowed zoom factor. A zoom factor of 100% corresponds to no zooming. Larger values zoom in. Smaller values zoom out.
Computed valueas specified
Animation typediscrete

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.