Skip to content

Commit a9fccf9

Browse files
committed
Fix pixel ratio image captions
Clarify actual pixel dimensions and that both are displayed at same width (200px) to show sharpness difference
1 parent 15609cd commit a9fccf9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ Same location, different pixel ratios:
5858
**Standard (1x)** | **HiDPI (2x)**
5959
:---:|:---:
6060
<img src="docs/images/pixelratio-1x.png" width="200"> | <img src="docs/images/pixelratio-2x.png" width="200">
61-
*400x300 px* | *800x600 px (displayed at 400x300)*
61+
*400x300 px* | *800x600 px*
62+
63+
Both displayed at 200px width. The 2x version has 4x more pixels for sharper details.
6264

6365
Both images show the exact same geographic area. The 2x version has 4x more pixels for sharper text and details on retina displays.
6466

0 commit comments

Comments
 (0)