By default, Screenshotly captures only the visible viewport. SetDocumentation Index
Fetch the complete documentation index at: https://docs.screenshotly.dev/llms.txt
Use this file to discover all available pages before exploring further.
full_page to true to capture the entire scrollable page.
Basic usage
How it works
Whenfull_page is true, the browser scrolls through the entire page and stitches the result into a single image. The viewport_width parameter still controls the viewport width used for rendering, but viewport_height is overridden by the actual page height.
Full-page screenshots can be significantly larger in file size and take longer to process than viewport-only captures.
Scroll options
For pages with lazy-loaded content, use the scroll options to ensure all content loads before capturing:| Option | Type | Default | Description |
|---|---|---|---|
full_page_scroll | boolean | — | Scroll through the page before capturing |
full_page_scroll_delay | integer | 400 | Milliseconds to wait between scroll steps (0–5000) |
full_page_scroll_by | integer | — | Pixels to scroll per step (0–5000) |
full_page_max_height | integer | — | Maximum capture height in pixels (0–50000) |

