Find responsive breakpoints (width sweep)
find_breakpointsScans viewport widths to find exact ranges where horizontal overflow breaks your layout, revealing breakpoints missed by standard viewports. Restores the original viewport afterward.
Instructions
Zero-image responsive stress test: steps the viewport width from minWidth to maxWidth, probing horizontal overflow at each stop, and reports the exact width ranges where the layout breaks — the ones the four named viewports skip over. Restores the prior viewport afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute URL to open, e.g. http://localhost:5173. | |
| step | No | Width increment between probes (default 50). Smaller is finer but slower; total steps are capped. | |
| reload | No | Reload even if the URL is already open (default reuses it, so it can be stale after an edit). | |
| maxWidth | No | Largest width to probe, CSS px (default 1920). | |
| minWidth | No | Smallest width to probe, CSS px (default 320). |