Viewport Zoom

Use when applies to any `<meta name='viewport'>` element in HTML documents. Check the `content` attribute for `user-scalable=no`, `user-scalable=0`, `maximum-scale=1`, or `maximum-scale` values less than 2. This is a common mistake in mobile-first templates and CSS frameworks.

thedaviddias Updated

File contents

thedaviddias/front-end-checklist/tree/main/skills/viewport-zoom commit 3b7f623447

Frequently asked questions

npx skillmds@latest add thedaviddias/viewport-zoom