A normal screenshot only captures what’s visible on screen. A full-page screenshot captures the entire web page — header to footer — even the parts you have to scroll to see. Here are three ways to do it in Chrome, from fastest to most manual.
Method 1: A one-click extension (fastest)
A screenshot extension is the most reliable option because it handles scrolling and stitching for you, and keeps the result tidy. With Screeniti the flow is:
- Open the page you want to capture.
- Click the Screeniti icon and choose Full page (or press the hotkey).
- The extension scrolls the page, captures each section and stitches them into one tall image automatically.
- Add a note, download the PNG, or publish a shareable link.
This works on long articles, dashboards and feeds, and you get the image saved to your library so you can find it later.
Method 2: Chrome DevTools (built-in, no install)
Chrome has a hidden full-page capture in Developer Tools:
- Press F12 (or Ctrl+Shift+I / Cmd+Option+I) to open DevTools.
- Open the Command Menu with Ctrl+Shift+P (Cmd+Shift+P on Mac).
- Type “screenshot” and choose Capture full size screenshot.
- Chrome saves a PNG of the whole page to your Downloads folder.
Method 3: Scroll and stitch manually
Without any tool you can take several visible-area screenshots while scrolling, then combine them in an image editor. It works, but it’s slow, the seams rarely line up, and repeated headers get duplicated. Only worth it for a one-off.
Common problems and fixes
- Sticky headers repeat in every slice. Good extensions hide fixed elements after the first frame; Screeniti does this automatically.
- Lazy-loaded images are blank. Scroll the page to the bottom once so images load, then capture.
- The page is enormous. Very tall pages can hit image-size limits — consider capturing the section you actually need instead.
Which method should you use?
For a quick, repeatable workflow that also lets you annotate and share, use an extension. For a single capture when you can’t install anything, DevTools is fine. Manual stitching is the last resort.
Related reading: how to take a scrolling screenshot and how to share a screenshot with a link.