Responsive audit across all breakpoints
matrix_responsive_auditCapture one URL at four viewport breakpoints in a single call, saving full-resolution screenshots to one run directory and reporting their paths for responsive layout review.
Instructions
Capture one URL at all four breakpoints in a single call, webp-compressed to keep a four-image turn affordable (sizeMode "thumb" shrinks it further). All four full-resolution renders are saved to one run directory and their paths reported; the previously active viewport is restored afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL to open, e.g. http://localhost:5173. | |
| reload | No | Reload even if the URL is already open (default reuses it, so it can be stale after an edit). | |
| fullPage | No | Capture the whole scrollable page instead of the visible fold. Clipped at 7900px, and the truncation is reported. | |
| sizeMode | No | What goes over the wire: "full-res" (default), or "thumb" for a 480px webp. Disk always gets the full-resolution image. | full-res |