840 × 744
Aspect Ratio 35:31
Pixel Density 380 PPI

Google Pixel Fold (Open) Viewport

The Google Pixel Fold (Open) has a logical CSS viewport size of 840px width and 744px height. Web designers and developers should use these dimensions to set accurate media query breakpoints for responsive layouts. This device features a pixel density of 380 PPI, utilizing a high-DPI scaling factor for sharp rendering on Android.

Technical Specifications

Logical Width (CSS)840px
Logical Height (CSS)744px
Operating SystemAndroid
Release Year2023
CSS Media Query Snippet
/* Target Google Pixel Fold (Open) specifically */
@media only screen and (max-width: 840px) {
  /* Responsive styles go here */
}

Frequently Asked Questions

What is the CSS resolution of Google Pixel Fold (Open)?

The logical CSS resolution is 840px x 744px. Browsers use these dimensions to calculate layout flow and media queries, regardless of the physical pixel count.

How do I target Google Pixel Fold (Open) in CSS?

Use a standard media query like @media (max-width: 840px) to apply specific styles for screens of this size or smaller.