Reflow @ 320px Previewer
WCAG 1.4.10 requires content to reflow at 320 CSS pixels without two-dimensional scrolling. This tool renders your markup at exactly 320px, detects horizontal overflow, and pinpoints the elements forcing it.
Tool interface
Preview & audit
Desktop
320 CSS px (WCAG 1.4.10)
Horizontal overflow causes
Introduction
Users with low vision zoom in; the layout must then reflow to a narrow column without horizontal panning. Testing at 320px catches the fixed-width culprits early.
How it works
- Renders desktop and 320px previews in sandboxed iframes.
- Compares
scrollWidthvsclientWidthat 320px. - Isolates outermost elements whose right edge exceeds the boundary.
- Highlights them and reports the computed properties causing overflow.
Privacy
All rendering and measurement is local. No upload, no account, no API key.
Limitations
- Sandboxed preview blocks scripts in your snippet.
- Cannot judge 1.4.10 exemptions (maps, tables) — that's a human decision.
FAQ
Why 320 pixels?
WCAG 1.4.10 defines reflow at a width equivalent to 320 CSS pixels (400% zoom at 1280px).
Is my code uploaded?
No. Everything runs locally.