How to Take a Full-Page Screenshot in Any Browser (2026 Guide)
The built-in screenshot key only grabs what’s on screen. But most web pages are taller than your monitor — a long article, a checkout flow, a competitor’s landing page. Press Print Screen and you get the top third, with everything below the fold cut off.
Every major browser can capture the entire page, top to bottom, in a single image. Most people just never find the option. Here’s how to do it in Chrome, Firefox, Safari, and Edge — no extension required — plus what to do when one page isn’t enough.
Chrome: Full-Page Screenshot with DevTools
Chrome hides a full-page capture inside its developer tools. No download needed.
- Open the page you want to capture
- Press Ctrl+Shift+I (Windows) or Cmd+Option+I (Mac) to open DevTools
- Press Ctrl+Shift+P (Windows) or Cmd+Shift+P (Mac) to open the command menu
- Type screenshot
- Select Capture full size screenshot
Chrome scrolls the entire page automatically and saves one tall PNG to your Downloads folder. This captures the full document height, including everything below the fold.
The catch: pages with lazy-loaded images or infinite scroll sometimes capture blank gaps where content hadn’t loaded yet. Scroll to the bottom once before capturing to force those elements to render.
Firefox: Built-In Screenshot Tool
Firefox has the cleanest full-page screenshot of any browser — and it’s built right into the right-click menu.
- Right-click anywhere on the page
- Select Take Screenshot
- Click Save full page in the top-right corner
- Download or copy the result
That’s it. Firefox renders the complete page as one image with no DevTools and no extension. According to Mozilla’s screenshot documentation, you can also trigger it from the … page-actions menu in the address bar if right-click is disabled on the page.
Safari: Full-Page Capture on Mac
Safari can save an entire page, but it routes through the developer tools — similar to Chrome.
- Enable the Develop menu: Safari → Settings → Advanced → Show features for web developers
- Open the page, then go to Develop → Show Web Inspector (or press Cmd+Option+I)
- In the Elements tab, right-click the top
<html>node - Choose Capture Screenshot
Safari saves the full document as a PNG. On iPhone and iPad, it’s easier: take a normal screenshot, tap the preview thumbnail, then switch from Screen to Full Page at the top — Safari saves the whole scrollable page as a PDF.
Edge: Web Capture
Microsoft Edge has the most discoverable option of all — a dedicated button.
- Click the … menu (or press Ctrl+Shift+S)
- Select Web capture
- Choose Capture full page
- Annotate if you want, then save or copy
Edge captures the complete page including content below the fold, and lets you draw on it before saving — useful for feedback and bug reports.
Browser Methods at a Glance
| Browser | Method | Extension needed | Output |
|---|---|---|---|
| Chrome | DevTools → Capture full size | No | PNG |
| Firefox | Right-click → Save full page | No | PNG |
| Safari | Web Inspector → Capture | No | PNG |
| Edge | Web capture → Full page | No | PNG |
When You Need More Than One Page
Browser screenshots solve the “capture this whole page” problem. They don’t solve the “capture this whole site” problem.
If you’re documenting a competitor’s site for an SEO audit, archiving a project before handoff, or preserving a site before it changes, you need every page — not one tall image at a time. Doing that manually means opening each URL, running the capture, naming the file, and repeating it dozens of times.
A tool built for this crawls the site for you. Site2pdf.online takes a starting URL, follows the internal links, and captures every page as PNG, JPG, or a single combined PDF. It runs a real headless browser, so JavaScript-rendered content and lazy-loaded images come out intact — the gaps you sometimes get from Chrome DevTools don’t happen.
For a single page, use your browser. For a whole site, use a crawler.
What About JavaScript-Heavy Pages?
Single-page apps built with React, Vue, or Angular render content after the initial load. If you capture too quickly, you screenshot a loading spinner or blank placeholders instead of the real content.
The browser methods above handle this reasonably well because they capture what’s currently rendered — as long as you wait for the page to finish loading and scroll through any lazy content first. For automated or bulk captures, you want a tool that explicitly waits for the page to settle before shooting, which is exactly what headless-browser services do.
FAQ
How do I take a full-page screenshot without an extension?
Every major browser has it built in. Chrome: open DevTools (Ctrl+Shift+I), open the command menu (Ctrl+Shift+P), type “screenshot,” choose Capture full size screenshot. Firefox: right-click → Take Screenshot → Save full page. Edge: Ctrl+Shift+S → Capture full page. None require a download.
Why is my full-page screenshot cut off or blank in places?
This usually happens with lazy-loaded images or infinite-scroll content that hadn’t loaded when the capture ran. Scroll all the way to the bottom of the page once before taking the screenshot to force those elements to render, then capture.
Can I take a full-page screenshot on mobile?
Yes. On iPhone/iPad in Safari, take a normal screenshot, tap the thumbnail, then switch from Screen to Full Page — it saves the whole page as a PDF. On Android, Chrome’s “Capture full page” appears in the screenshot toolbar after you take a standard screenshot (availability varies by device).
How do I screenshot multiple pages or an entire website at once?
Browsers only capture one page at a time. To capture an entire site, use a tool that crawls internal links automatically. Site2pdf.online follows links from a starting URL and captures every page as PNG, JPG, or one combined PDF.
Pick Your Method
For a single long page, your browser already has everything you need — Firefox’s right-click option is the fastest, Edge’s Web Capture the most beginner-friendly. For JavaScript-heavy pages, wait for full load before capturing. And when you need an entire website captured page by page, site2pdf.online does the crawling for you.