Skip to content

Glossary Above the Fold

Above the Fold: What It Still Means in 2026 With Screens From 360 to 3440 Pixels

Definition

Above the fold is the part of a webpage visible without scrolling, right after the page loads. The term comes from print newspapers and today ties directly into Largest Contentful Paint (LCP), one of the Core Web Vitals.

A folded newspaper in a rack, the newsprint completely blank — beside the title Above the Fold
What sits above the fold is seen without doing anything
On this page 6
  1. Where the term above the fold comes from
  2. Above the fold versus Core Web Vitals and LCP
  3. Does it still mean anything in 2026, with screens from 360 to 3440 pixels?
  4. What this means for design and SEO today
  5. Best practices
  6. Common mistakes
In brief

For years, above the fold was treated as one of the strictest rules in web design: anything important had to fit on the first screen, no scrolling required. In 2026 that rule runs into a real practical problem. People browse from 360-pixel-wide phones and from 3440-pixel ultrawide monitors, so "the visible area without scrolling" is no longer one fixed number, it is a different number for every visitor loading the same page at the same time. This article looks at where the concept came from, what the data says about whether it still holds up, and what that means in practice for design and performance decisions, with sources cited below.

A folded newspaper in a rack, the newsprint completely blank — beside the title Above the Fold
What sits above the fold is seen without doing anything

Where the term above the fold comes from

The phrase comes from the newspaper business. Papers sat folded in half on newsstands, so only the top half of the front page was visible. The headline and photo placed there, above the fold, decided whether someone picked up the paper or walked past it.

When professional web design took shape in the late 1990s, that logic moved straight onto screens. A visitor opens a page and sees a portion of it without touching the mouse or their finger; the rest stays hidden until they scroll. Early usability studies from that period, run on monitors that mostly measured 800x600 or 1024x768 pixels, found that a large share of users never scrolled at all. The practical takeaway was simple: whatever matters has to be visible without scrolling.

That rule turned into design dogma for more than a decade. Headlines, calls to action, contact forms and value propositions all got squeezed into the first 600 to 800 pixels of height, sometimes at the cost of visual clarity, out of fear of losing visitors who would not scroll.

That fear built its own small tool market. Heatmap vendors like Crazy Egg and Hotjar built their early pitch almost entirely around one question: how many users actually scroll a given page, and how far. Agencies handed clients screenshots with a red line drawn at 600 or 800 pixels, warning that anything below it barely got seen. Under the technical conditions of the time, with a handful of common screen sizes, that practice was not unreasonable. The problem showed up later, once that one red line hardened into a fixed rule long after the range of devices underneath it had multiplied many times over.

Above the fold versus Core Web Vitals and LCP

Core Web Vitals shifted the frame of reference. Google's technical documentation on Largest Contentful Paint does not mention above the fold at all, verified: the official web.dev page on LCP does not use the term. It talks about the viewport instead, the area actually visible on a given device in a given session. LCP measures how long the largest element within that viewport takes to render, whether that is an image, a text block or a video. If an element extends beyond the viewport or gets cut off, that portion does not count toward its size, verified per web.dev's documentation.

The difference is subtle but it matters. Above the fold, as used in the 2000s, assumed a fixed value, an imaginary line at a specific pixel height, the same for every visitor. LCP makes no such assumption: it is measured per real session, against each user's actual viewport. There is no single fold line that Google evaluates; there are as many viewports as there are combinations of device, orientation and zoom level among a page's visitors.

Put differently, the original concept solved a visual hierarchy problem with a fixed rule. Core Web Vitals solves a performance problem with a dynamic measurement. Both matter, but they are not interchangeable, and mixing them up leads to bad design decisions.

Does it still mean anything in 2026, with screens from 360 to 3440 pixels?

This is the question that actually matters here, more than the plain definition. If a phone has a 360-pixel-wide viewport and an ultrawide monitor reaches 3440, "the content visible without scrolling" is a radically different number for two people visiting the same URL in the same minute. Does it still make sense to design around a single cutoff line?

Screen resolution market share data backs that up fairly clearly: in July 2026, the world's most-used resolution, 1920x1080, accounted for just 10.13% of global traffic, verified, Statcounter Global Stats, July 2026 data, updated August 7, 2026. The rest is spread across dozens of mobile viewport widths, from 360x800 to 414x896, each holding single-digit shares. There has not been one dominant resolution for years; the fragmentation is wide enough that pinning down an exact pixel value as the fold line is, in practice, arbitrary.

And it is not only about width. Above the fold was originally, at heart, a question of height, how far down a user has to scroll before they actually scroll. That height varies just as much today: a phone held upright often shows only 600 to 700 pixels of usable height once the browser bar and system UI eat into the screen, and that figure shifts within the same session as the address bar hides or reappears while scrolling. A full desktop browser window, by contrast, can easily show 900 to 1000 pixels. Thinking about above the fold purely in terms of width misses half the actual problem.

That does not mean the underlying principle is dead, though. An eye-tracking study by the Nielsen Norman Group, using 2018 data, found that users spent 57% of their viewing time on the upper part of a page, down from 80% in a comparable 2010 study, verified, nngroup.com, 2018 study. It is worth flagging that this data is now more than seven years old and no methodologically comparable update was found, so it is cited with that caveat. The same study found that 74% of viewing time concentrated on the first two screenfuls of content, and that the pattern of a sharp attention drop after that stretch held in 2018 just as it did in 2010, only pushed further down the page.

The reasonable reading of those two data points together is this: as a fixed pixel line, above the fold does not survive scrutiny in 2026. As a principle, that content placed higher gets systematically more attention than content requiring a scroll, it still holds, except the cutoff is no longer a sharp border but a declining attention curve that shifts with the device. Replacing the question "what fits in the first 700 pixels?" with "what does each real segment of my audience see first, and does it load fast?" is the shift both the behavioral data and the performance metrics point toward.

What this means for design and SEO today

The practical consequence is not to abandon the idea of visual hierarchy, it is to stop treating it as a pixel measurement and start treating it as a content-priority decision made per audience segment.

First, it is worth checking a site's own real data before assuming anything: Google Search Console and its Core Web Vitals report segment performance by device, and analytics tools show what share of traffic arrives from mobile, tablet or desktop, and at which screen widths that traffic concentrates. Designing against a 1440-pixel mockup without looking at that data means designing blind for a fraction of the real audience.

Second, the LCP element on every key template, home page, product page, article, should be explicitly identified and optimized: which image, headline or block is the largest element candidate at each breakpoint, and whether it loads quickly under real mobile network conditions, not just in a lab environment on fiber.

Third, well-built responsive design already solves a good part of the problem: instead of fixing a page height that has to fit on every screen size, it defines a content hierarchy, headline, value proposition, primary call to action, that adapts fluidly to the available space rather than getting forced and compressed on small screens.

Finally, heatmaps and A/B tests remain the most reliable way to know what a given user segment actually sees, rather than assuming it from a single design. A heatmap segmented by device shows where attention actually falls, not where it should in theory, and an A/B test can confirm whether moving an element above or below a specific position genuinely changes behavior.

It also helps to test the design on real devices rather than only in browser emulators. An emulator simulates a screen width, but rarely the actual load speed on a mobile network, thumb-driven interaction, or the way browser chrome hides and reappears while scrolling. Basing design and SEO decisions on a single reference device, whether that is the designer's own phone or a 27-inch office monitor, repeats the exact mistake of the early 2000s inside a new set of screens.

Best practices

  • Check real device and viewport data in Google Search Console and your analytics tool before assuming a standard screen size.
  • Define the content hierarchy (headline, value proposition, call to action) flexibly, not as fixed pixel blocks.
  • Identify and optimize the LCP element on every key template, including load time under real mobile network conditions.
  • Test the design at several real viewport widths, not just on the designer's own screen.
  • Use heatmaps and A/B tests segmented by device to verify what content actually gets attention.
  • Test the page on real devices, not only browser emulators, since network speed, thumb interaction and browser chrome behavior are hard to simulate accurately.

Common mistakes

  • Fixing an exact pixel height as the fold line and cramming all critical content into it, ignoring that the line shifts by device.
  • Sacrificing visual clarity by packing too many elements, headline, subheading, form, banner, menu, into the first screen.
  • Confusing LCP with everything above the fold: LCP measures one specific element, not the entire section.
  • Designing and testing only against a 1440-pixel desktop mockup without checking how the same content behaves at 360 pixels or on an ultrawide monitor.
  • Treating an assumption about what users see first as fact, without checking it against heatmap or analytics data.
Manuel Riveiro Rodriguez CEO & Digital Strategist

A technical audit covers this and everything else in one pass.

Request an audit

Frequently asked

Does above the fold still matter in 2026?

Not as a fixed pixel line: viewports range from 360 to 3440 pixels wide, so there is no single cutoff anymore. As a principle, that content placed higher gets more attention, 2018 eye-tracking data, with the caveat that it is not recent, still shows that pattern.

Is above the fold the same thing as LCP from Core Web Vitals?

No. Above the fold is a design and hierarchy concept; LCP is a performance metric that measures how long the largest element takes to load within a session's real viewport. They are related but not interchangeable.

How many pixels should my above the fold content fit into?

There is no universal number. The most-used resolution, 1920x1080, sat at just over 10% of global share in July 2026, so fixing a set pixel value ignores most visitors.

Does all important content need to be visible without scrolling?

Not necessarily. Users do scroll: the Nielsen Norman Group's 2018 study found that 74% of attention spreads across the first two screenfuls, not just the first one. What matters is hierarchy and load speed, not cramming everything into a single opening block.

How do I find out what my audience actually sees without scrolling?

With real data: heatmaps segmented by device, A/B tests, and Search Console's Core Web Vitals reports, which show performance by device type instead of assuming a single scenario.