-ms-content-zoom-limit-max property
Specifies the maximum zoom factor.
This property is read/write.
Syntax
-ms-content-zoom-limit-max: <percentage>
Property values
The maximum zoom factor.
- percentage
Integer, followed by a percent sign (%).
CSS information
Applies To | non-replaced block-level elements and non-replaced inline-block elements |
Media | interactive |
Inherited | no |
Initial Value | 400% |
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.
See also
Windows apps using JavaScript Samples: HTML scrolling, panning and zooming sample
Internet Explorer Samples: Scrolling, panning, and zooming with touch input