Definition

What Is the Viewport in Web Design?

The visible area of a web page within a user's browser window or device screen. Varies by device and affects what content is visible without scrolling.

Related Terms

Example

The <meta name='viewport' content='width=device-width, initial-scale=1'> tag ensures the page scales correctly on mobile devices.

The top 5 most common screen resolutions accounting for 60%+ of global web traffic range from 360×800px (mobile) to 1920×1080px (desktop) — a 5x difference in height — highlighting why viewport-relative design is essential for all screen sizes, according to StatCounter.

Synonyms:

Browser window, Screen size, Display area

Acronyms:

-

Viewport: Common Questions Answered

Question

Answer