📱Phone

iPhone 17 Pro Max

Apple

Device Specifications

📐 Display Information

Viewport Size:445x962
Device Resolution:1335x2892
Screen Size:6.9"
Pixel Ratio:3x
Density PPI:463
CSS PPI:154

ℹ️ What is Viewport?

Viewport size (445x962) is the CSS pixel dimensions used in responsive web design and media queries. This is what developers see in browser developer tools.

Device resolution (1335x2892) is the actual number of physical pixels on the screen.

Pixel ratio (3x) means 3physical pixels = 1 CSS pixel. Higher ratios provide sharper displays.

📱 Media Query Breakpoints

@media (max-width: 445px)Portrait width breakpoint
@media (max-width: 962px)Portrait height breakpoint
@media (min-width: 446px)Above this device width

🔍 PPI Explanation

Density PPI:463

Physical pixels per inch (higher = sharper)

CSS PPI:154

Effective PPI for web development

📊 Viewport Comparison

DeviceViewportResolutionScreen SizePixel Ratio
iPhone 17 Pro Max445x9621335x28926.9"3x
iPhone X375x8121125x24365.8"3x

💡 Notes for Developers

Responsive Design: Use media queries based on viewport width (445px) for this device.
Pixel Density: This device has a 3x pixel ratio, meaning images should be provided in @2x or @3x resolutions.
Touch Targets: Minimum touch target size should be 44x44px for this screen density.
Typography: Base font size of 16px will appear at 154 PPI on this device.