Advertisement
HwapX

Firefox Responsive Mode Prefixes

Nov 12th, 2015
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.23 KB | None | 0 0
  1. /* http://g-liu.com/blog/2013/08/firefox-responsive-design-view-presets/ */
  2. /* devtools.responsiveUI.presets */
  3. [
  4. {"name": "320x480", "width": 320, "height": 480},
  5. {"name": "360x640", "width": 360, "height": 640},
  6. {"name": "768x1024", "width": 768, "height": 1024},
  7. {"name": "800x1280", "width": 800, "height": 1280},
  8. {"name": "980x1280", "width": 980, "height": 1280},
  9. {"name": "1280x600", "width": 1280, "height": 600},
  10. {"name": "1920x900", "width": 1920, "height": 900},
  11.  
  12. {"name": "CGA: 320x200", "width": 320, "height": 200},
  13. {"name": "QVGA: 320x240", "width": 320, "height": 240},
  14. {"name": "CIF: 352x288", "width": 352, "height": 288},
  15. {"name": "SIF: 384x288", "width": 384, "height": 288},
  16. {"name": "HVGA: 480x320", "width": 480, "height": 320},
  17. {"name": "VGA (NTSC): 640x480", "width": 640, "height": 480},
  18. {"name": "PAL: 768x576", "width": 768, "height": 576},
  19. {"name": "WVGA: 800x480", "width": 800, "height": 480},
  20. {"name": "SVGA: 800x600", "width": 800, "height": 600},
  21. {"name": "WVGA (NTSC): 854x480", "width": 854, "height": 480},
  22. {"name": "PAL: 1024x576", "width": 1024, "height": 576},
  23. {"name": "WSVGA", "width": 1024, "height": 600},
  24. {"name": "XGA: 1024x768", "width": 1024, "height": 768},
  25. {"name": "1152x768", "width": 1152, "height": 768},
  26. {"name": "XGA: 1152x864", "width": 1152, "height": 864},
  27. {"name": "WXGA: 1280x600", "width": 1280, "height": 600},
  28. {"name": "HD 720: 1280x720", "width": 1280, "height": 720},
  29. {"name": "WXGA: 1280x768", "width": 1280, "height": 768},
  30. {"name": "WXGA: 1280x800", "width": 1280, "height": 800},
  31. {"name": "SXGA: 1280x1024", "width": 1280, "height": 1024},
  32. {"name": "980x1280", "width": 980, "height": 1280},
  33. {"name": "Microsoft Surface RT: 320x240", "width": 1366, "height": 768},
  34. {"name": "1400x900", "width": 1400, "height": 900},
  35. {"name": "1400x960", "width": 1400, "height": 960},
  36. {"name": "SXGA+: 1400x1050", "width": 1400, "height": 1050},
  37. {"name": "1400x1080", "width": 1400, "height": 1080},
  38. {"name": "1600x900", "width": 1600, "height": 900},
  39. {"name": "UXGA: 1600x1200", "width": 1600, "height": 1200},
  40. {"name": "WSXGA+: 1680x1050", "width": 1680, "height": 1050},
  41. {"name": "1920x900", "width": 1920, "height": 900},
  42. {"name": "HD 1080: 1920x1080", "width": 1920, "height": 1080}
  43. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement