Last active
October 27, 2016 06:22
-
-
Save hemenkapadia/498e6b576cb0a283c0ac4c33bc4a89a1 to your computer and use it in GitHub Desktop.
Firefox Responsive Presets
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
Update Firefox settings (about:config) and then preference devtools.responsiveUI.presets | |
Preferred Option | |
[ | |
{"key":"320x480","width":320,"height":480}, | |
{"key":"360x640","width":360,"height":640}, | |
{"key":"400x640","name":"","width":400,"height":640}, | |
{"key":"480x800","name":"","width":480,"height":800}, | |
{"key":"600x960","name":"","width":600,"height":960}, | |
{"key":"720x1024","name":"","width":720,"height":1024}, | |
{"key":"768x1024","width":768,"height":1024}, | |
{"key":"800x1280","width":800,"height":1280}, | |
{"key":"980x1280","width":980,"height":1280}, | |
{"key":"1024x768","name":"","width":1024,"height":768}, | |
{"key":"1280x600","width":1280,"height":600}, | |
{"key":"1920x900","width":1920,"height":900} | |
] | |
Other Option | |
[ | |
{"key": "414x736", "name": "Apple iPhone 6+", "width": 414, "height": 736}, | |
{"key": "375x667", "name": "Apple iPhone 6", "width": 375, "height": 667}, | |
{"key": "320x568", "name": "Apple iPhone 5", "width": 320, "height": 568}, | |
{"key": "320x480", "name": "Apple iPhone 3 & 4", "width": 320, "height": 480}, | |
{"key": "412x690", "name": "Google Nexus 6", "width": 412, "height": 690}, | |
{"key": "360x640", "name": "Google Nexus 5", "width": 360, "height": 640}, | |
{"key": "384x480", "name": "Google Nexus 4", "width": 384, "height": 640}, | |
{"key": "360x600", "name": "Google Galaxy Nexus", "width": 360, "height": 600}, | |
{"key": "400x640", "name": "Samsung Galaxy Note Original", "width": 400, "height": 640}, | |
{"key": "360x640", "name": "Samsung Galaxy Note", "width": 360, "height": 640}, | |
{"key": "320x533", "name": "Samsung Galaxy S, S2 & S3 Mini", "width": 320, "height": 533}, | |
{"key": "360x640", "name": "HTC One", "width": 360, "height": 640}, | |
{"key": "320x480", "name": "HTC 8X", "width": 320, "height": 480}, | |
{"key": "360x640", "name": "HTC Evo 3D", "width": 360, "height": 640}, | |
{"key": "360x640", "name": "LG G3", "width": 360, "height": 640}, | |
{"key": "384x640", "name": "LG Optimus G", "width": 384, "height": 640}, | |
{"key": "320x480", "name": "Microsoft Lumia", "width": 320, "height": 480}, | |
{"key": "320x480", "name": "Microsoft Lumia 1520", "width": 320, "height": 480}, | |
{"key": "360x598", "name": "Sony Xperia Z3", "width": 360, "height": 598}, | |
{"key": "360x640", "name": "Sony Xperia Z, S, P", "width": 360, "height": 640}, | |
{"key": "346x346", "name": "Blackberry Q10", "width": 346, "height": 346}, | |
{"key": "360x640", "name": "Blackberry Z30", "width": 360, "height": 640}, | |
{"key": "384x640", "name": "Blackberry Z10", "width": 384, "height": 640}, | |
{"key": "320x480", "name": "Blackberry Torch", "width": 360, "height": 480}, | |
{"key": "320x480", "name": "ZTE Open - Firefox OS", "width": 320, "height": 480}, | |
{"key": "768x1024", "name": "Apple iPad", "width": 768, "height": 1024}, | |
{"key": "800x1280", "name": "Google Nexus 10", "width": 800, "height": 1280}, | |
{"key": "768x1024", "name": "Google Nexus 9", "width": 768, "height": 1024}, | |
{"key": "600x960", "name": "Google Nexus 7 v2", "width": 600, "height": 960}, | |
{"key": "604x966", "name": "Google Nexus 7 v1", "width": 604, "height": 966}, | |
{"key": "800x1280", "name": "Samsung Galaxy Tab", "width": 800, "height": 1280}, | |
{"key": "600x1024", "name": "Samsung Galaxy Tab 2", "width": 600, "height": 1024}, | |
{"key": "600x960", "name": "LG G Pad 8.3", "width": 600, "height": 960}, | |
{"key": "800x1280", "name": "Amazon Kindle Fire HD 8.9", "width": 800, "height": 1280}, | |
{"key": "480x800", "name": "Amazon Kindle Fire HD 7", "width": 480, "height": 800}, | |
{"key": "600x1024", "name": "Amazon Kindle Fire", "width": 600, "height": 1024}, | |
{"key": "720x1280", "name": "Microsoft Surface Pro", "width": 720, "height": 1280}, | |
{"key": "768x1366", "name": "Microsoft Surface", "width": 768, "height": 1366}, | |
{"key": "600x1024", "name": "Blackberry Playbook", "width": 600, "height": 1024}, | |
{"key": "320x480", "name": "Apple iPod Touch", "width": 320, "height": 568}, | |
{"key": "427x240", "name": "Google Glass", "width": 427, "height": 240} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment