-ms-content-zoom-limit

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 CSS shorthand property is a Microsoft extension that specifies values for the -ms-content-zoom-limit-min and -ms-content-zoom-limit-max properties.

Initial valueas each of the properties of the shorthand:
Applies tonon-replaced block-level elements and non-replaced inline-block elements
Inheritedno
Percentagesas each of the properties of the shorthand:
  • -ms-content-zoom-limit-max: The largest allowed zoom factor. A zoom factor of 100% corresponds to no zooming. Larger values zoom in. Smaller values zoom out.
  • -ms-content-zoom-limit-min: The smallest allowed zoom factor. A zoom factor of 100% corresponds to no zooming. Larger values zoom in. Smaller values zoom out.
Computed valueas each of the properties of the shorthand:
Animation typediscrete

Syntax

The -ms-content-zoom-limit shorthand property is specified as one or both of the following content zoom limit values, in order, separated by spaces.

Values

-ms-content-zoom-limit-min
Value of the -ms-content-zoom-limit-min property.
-ms-content-zoom-limit-max
Value of the -ms-content-zoom-limit-max property.

Formal syntax

  <'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>

Specifications

Not part of any specification.

Remarks

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.