Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. {
  2. "presets": [
  3. {
  4. "title": "HVGA (old iPhones, small Androids)",
  5. "width": 320,
  6. "height": 480,
  7. "type": "featurephone",
  8. "target": "viewport"
  9. },
  10. {
  11. "title": "WVGA - Low-end Windows Phone",
  12. "width": 480,
  13. "height": 800,
  14. "type": "smartphone",
  15. "target": "viewport"
  16. },
  17. {
  18. "title": "DVGA - iPhone",
  19. "width": 640,
  20. "height": 960,
  21. "type": "smartphone",
  22. "target": "viewport"
  23. },
  24. {
  25. "title": "WXGA - High-end Windows Phone",
  26. "width": 768,
  27. "height": 1280,
  28. "type": "smartphone",
  29. "target": "viewport"
  30. },
  31. {
  32. "title": "XGA - iPad",
  33. "width": 1024,
  34. "height": 768,
  35. "type": "tablet",
  36. "target": "viewport"
  37. },
  38. {
  39. "title": "WXGA - Tablet",
  40. "width": 1366,
  41. "height": 768,
  42. "type": "tablet",
  43. "target": "viewport"
  44. },
  45. {
  46. "title": "WXGA - Netbook",
  47. "width": 1280,
  48. "height": 800,
  49. "type": "laptop",
  50. "target": "window"
  51. },
  52. {
  53. "title": "WXGA - Ultrabook",
  54. "width": 1366,
  55. "height": 768,
  56. "type": "laptop",
  57. "target": "window"
  58. },
  59. {
  60. "title": "SXGA - Small desktop",
  61. "width": 1280,
  62. "height": 1024,
  63. "type": "desktop",
  64. "target": "window"
  65. },
  66. {
  67. "title": "WSXGA+ - Large desktop",
  68. "width": 1680,
  69. "height": 1050,
  70. "type": "desktop",
  71. "target": "window"
  72. }
  73. ],
  74. "settings": {
  75. "popupWidth": "250",
  76. "tooltipDelay": "2000"
  77. }
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement