Everything you can control
Each control in the tool maps directly to an API parameter, so anything you can do here you can also do programmatically.
Entire scrollable page
The renderer captures the full document height rather than the visible window, so footers, long articles, and infinite feeds all land in a single image.
full_page=trueLazy-loaded images triggered
Images and components that only load as you scroll are forced to render before the capture, so you never get a page full of grey placeholders.
Three viewport widths
Capture at desktop, tablet, or mobile width to see exactly how a responsive layout stacks at each breakpoint.
viewport=mobilePNG, JPG, or WebP
PNG for lossless UI work, JPG for smaller photo-heavy pages, WebP when you want the best size-to-quality ratio for the web.
file_type=webpCookie banners removed
Consent dialogs are dismissed before the capture, so a full-height screenshot is not ruined by an overlay sitting across the top of the page.
block_cookie_banners=trueAds blocked
Ad slots are stripped before rendering, which also keeps the page height stable and stops layout shift from breaking the capture.
block_ads=true