viewport-zoom
Skillby thedaviddias
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.
Details
- Path
- skills/viewport-zoom/SKILL.md
- Dependencies
- 1