When a full page screenshot is too large to use
Short answer
A full page capture of a long site at 2x display density routinely produces a 40 to 80 MB PNG, which exceeds the upload limit of most issue trackers and chat tools. The four fixes, in order of how much they cost you: export JPG instead, export PDF, zoom out before capturing, or crop to the part that matters.
Updated 28 June 2026Written by the Full Page Screenshot team
The size is not a defect. A 1,440 pixel wide page, 20,000 pixels tall, on a 2x display, is 2,880 by 40,000 device pixels — 115 million pixels, which is roughly 60 times a photograph from a phone camera. PNG stores it losslessly, so the file is large because the image is large. Capturing at native density is deliberate, and part of how the capture engine works.
What each option costs
Figures for a typical 2,880 by 30,000 pixel capture.
- PNG, as captured
- 40 to 80 MB
- JPG at high quality
- 4 to 10 MB
- JPG at medium quality
- 1 to 3 MB
- PDF, A4 portrait
- 3 to 8 MB
- Captured at 67% browser zoom
- About 45% of the original
- Cropped to one section
- Proportional to the crop
Choosing between them
- JPG, when the content is mostly visual
- Compression artefacts cluster around hard edges, which means small text and thin borders are exactly where JPG looks worst. For a page that is mostly imagery it is invisible; for a dense table it is not.
- PDF, when someone has to read it
- Paginating at A4 gives a document that opens anywhere and prints. For anything over about 15,000 pixels this is usually the right answer regardless of file size. See PDF export.
- Zoom out before capturing
- Ctrl+Minus to 80% or 67% reduces the rendered page height directly, so fewer pixels are captured in the first place. This is the only option that also makes the capture faster.
- Crop to what matters
- Most full page captures are shared to show one thing. Cropping is the first tool in the editor. Cropping in the editor before exporting often takes an 80 MB file to under 2 MB with no loss at all in what the recipient needed to see.
Frequently asked questions
Why is my full page screenshot so large?
Because the image genuinely is. A long page on a high-density display can exceed 100 million pixels, and PNG stores every one of them losslessly.
What is the best format for sharing a long capture?
PDF if someone will read it, JPG if it is going into a chat or tracker, PNG only when pixel accuracy matters.
Does zooming out reduce quality?
It reduces rendered detail, because the page is drawn smaller before being photographed. Most sites stay legible down to 67%.
Can I resize the image after capturing?
Yes, in any image editor, but you have already paid the memory cost of the full capture. Zooming out beforehand avoids it entirely.
Capture your first full page screenshot
Free, no account, and nothing leaves your computer.
Keep reading
Why your full page screenshot is cut off at the bottom
A full page screenshot that stops partway down has one of five causes. How to tell which one you have, and what to do about each.
PDF export
Export a captured webpage as PDF in A4, Letter, Legal or one continuous page, portrait or landscape, with page breaks placed between lines of text.
Save a webpage as PDF, exactly as it looks
Turn any webpage into a PDF that matches what you see on screen. A4, Letter, Legal or one continuous page, in portrait or landscape.
Long webpage screenshots and where the limits actually are
How to screenshot a very long webpage, why browsers cap images at 16,384 pixels, and what happens to captures past that limit.