Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit 1fe0e55

Browse files
committed
add Google Nexus 7 (2013)
Google Nexus 7 Tablet added. Old Nexus 7 renamed as Nexus 7 (2012). Sources: http://bjango.com/articles/min-device-pixel-ratio/ http://www.google.com/nexus/7/
1 parent d0f6614 commit 1fe0e55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

data/devices.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@
8484
{
8585
"name": "Asus",
8686
"devices": [
87-
{ "name": "Google Nexus 7", "w": 1280, "h": 800, "inch": "7", "pxd": 1.33 },
87+
{ "name": "Google Nexus 7 (2012)", "w": 1280, "h": 800, "inch": "7", "pxd": 1.33 },
8888
{ "name": "Transformer Pad TF300", "w": 1280, "h": 800, "inch": "10.1", "pxd": 1 },
89+
{ "name": "Google Nexus 7 (2013)", "w": 1920, "h": 1200, "inch": "7.02", "pxd": 2 },
8990
{ "name": "Transformer Pad Infinity", "w": 1920, "h": 1200, "inch": "10.1", "pxd": 1 },
9091
{ "name": "New Transformer Pad Infinity", "w": 2560, "h": 1600, "inch": "10.1", "pxd": 1 }
9192
]
@@ -264,4 +265,4 @@
264265
]
265266
}
266267
]
267-
}
268+
}

0 commit comments

Comments
 (0)