Text resizing (text-resizable)

Text can be resized up to 200% without causing clipping, overlapping, or truncation of content.


Viewport disables user scaling:

This page prevents users from zooming by setting "user-scalable=no" in its viewport meta tag.


<meta name="viewport" content="user-scalable=no">

Note: Possible to implement because the viewport meta tag and its "user-scalable" value can be programmatically detected and validated via static HTML inspection.

axe detected: 1.4.4  |  QualWeb detected: 1.4.4