Last active
April 21, 2022 14:19
-
-
Save PuddingNL/1b06683c63072d67f4331f4ef1f7dde9 to your computer and use it in GitHub Desktop.
BackstopJS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "viewports": [ | |
| { | |
| "label": "iPhone XR", | |
| "width": 414, | |
| "height": 896 | |
| }, | |
| { | |
| "label": "iPhone XS", | |
| "width": 375, | |
| "height": 812 | |
| }, | |
| { | |
| "label": "iPhone XS Max", | |
| "width": 414, | |
| "height": 896 | |
| }, | |
| { | |
| "label": "iPhone X", | |
| "width": 375, | |
| "height": 812 | |
| }, | |
| { | |
| "label": "iPhone 8 Plus", | |
| "width": 414, | |
| "height": 736 | |
| }, | |
| { | |
| "label": "iPhone 8", | |
| "width": 375, | |
| "height": 667 | |
| }, | |
| { | |
| "label": "iPhone 7 Plus", | |
| "width": 414, | |
| "height": 736 | |
| }, | |
| { | |
| "label": "iPhone 7", | |
| "width": 375, | |
| "height": 667 | |
| }, | |
| { | |
| "label": "iPhone 6 Plus / iPhone 6S Plus", | |
| "width": 414, | |
| "height": 736 | |
| }, | |
| { | |
| "label": "iPhone 6 / 6S", | |
| "width": 375, | |
| "height": 667 | |
| }, | |
| { | |
| "label": "iPhone 5 / iPod Touch", | |
| "width": 320, | |
| "height": 568 | |
| }, | |
| { | |
| "label": "iPad Pro", | |
| "width": 1024, | |
| "height": 1366 | |
| }, | |
| { | |
| "label": "iPad Third & Fourth Generation / iPad Air 1 & 2 / iPad Mini 1, 2 & 3", | |
| "width": 768, | |
| "height": 1024 | |
| }, | |
| { | |
| "label": "Nexus 6P & Nexus 5X", | |
| "width": 412, | |
| "height": 732 | |
| }, | |
| { | |
| "label": "Google Pixel 3 XL", | |
| "width": 412, | |
| "height": 847 | |
| }, | |
| { | |
| "label": "Google Pixel 3", | |
| "width": 412, | |
| "height": 824 | |
| }, | |
| { | |
| "label": "Google Pixel, Google Pixel XL & Google Pixel 2 XL", | |
| "width": 412, | |
| "height": 732 | |
| }, | |
| { | |
| "label": "Samsung Galaxy Note 9", | |
| "width": 360, | |
| "height": 740 | |
| }, | |
| { | |
| "label": "Samsung Galaxy Note 5", | |
| "width": 480, | |
| "height": 835 | |
| }, | |
| { | |
| "label": "LG G5", | |
| "width": 480, | |
| "height": 835 | |
| }, | |
| { | |
| "label": "One Plus 3", | |
| "width": 480, | |
| "height": 835 | |
| }, | |
| { | |
| "label": "Samsung Galaxy S8, S8+, S9 & S9+", | |
| "width": 360, | |
| "height": 740 | |
| }, | |
| { | |
| "label": "Samsung Galaxy S7 en S7 Edge", | |
| "width": 360, | |
| "height": 640 | |
| }, | |
| { | |
| "label": "Nexus 9", | |
| "width": 768, | |
| "height": 1024 | |
| }, | |
| { | |
| "label": "Nexus 7 (2013)", | |
| "width": 600, | |
| "height": 960 | |
| }, | |
| { | |
| "label": "Samsung Galaxy Tab 10", | |
| "width": 800, | |
| "height": 1280 | |
| }, | |
| { | |
| "label": "Chromebook Pixel", | |
| "width": 1280, | |
| "height": 850 | |
| }, | |
| { | |
| "label": "Desktop High", | |
| "width": 1920, | |
| "height": 1080 | |
| }, | |
| { | |
| "label": "Desktop Medium", | |
| "width": 1280, | |
| "height": 1024 | |
| }, | |
| { | |
| "label": "Desktop Low", | |
| "width": 1024, | |
| "height": 768 | |
| } | |
| ], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment