📱Phone

Xiaomi Redmi 13C

Phone

Device Specifications

📐 Display Information

Viewport Size:360x800
Device Resolution:720x1600
Screen Size:6.74"
Pixel Ratio:2x
Density PPI:260
CSS PPI:130

ℹ️ What is Viewport?

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

Device resolution (720x1600) is the actual number of physical pixels on the screen.

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

📱 Media Query Breakpoints

@media (max-width: 360px)Portrait width breakpoint
@media (max-width: 800px)Portrait height breakpoint
@media (min-width: 361px)Above this device width

🔍 PPI Explanation

Density PPI:260

Physical pixels per inch (higher = sharper)

CSS PPI:130

Effective PPI for web development

📊 Viewport Comparison

DeviceViewportResolutionScreen SizePixel Ratio
Xiaomi Redmi 13C360x800720x16006.74"2x
iPhone X375x8121125x24365.8"3x

💡 Notes for Developers

Responsive Design: Use media queries based on viewport width (360px) for this device.
Pixel Density: This device has a 2x 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 130 PPI on this device.