Skip to content

Instantly share code, notes, and snippets.

@mutewinter
Last active May 4, 2016 11:00
Show Gist options
  • Save mutewinter/6780598 to your computer and use it in GitHub Desktop.
Save mutewinter/6780598 to your computer and use it in GitHub Desktop.
Window Resizer Settings
{
"presets": [
{
"title": "iPhone 5",
"width": "320",
"height": "568",
"type": "smartphone",
"target": "viewport",
"X": "",
"Y": "",
"pos": "0",
"ID": 1
},
{
"title": "iPad Vertical",
"width": "768",
"height": "1024",
"type": "tablet",
"target": "viewport",
"X": "",
"Y": "",
"pos": "0",
"ID": 2
},
{
"title": "iPad Horizontal",
"width": "1024",
"height": "768",
"type": "tablet",
"target": "viewport",
"X": "",
"Y": "",
"pos": "0",
"ID": 3
},
{
"title": "11'' MacBook Air",
"width": "1366",
"height": "768",
"type": "laptop",
"target": "window",
"X": "",
"Y": "",
"pos": "0",
"ID": 4
},
{
"title": "13'' MacBook Air",
"width": "1440",
"height": "900",
"type": "laptop",
"target": "window",
"X": "",
"Y": "",
"pos": "0",
"ID": 5
},
{
"title": "Old Windows Desktop",
"width": "1280",
"height": "1024",
"type": "desktop",
"target": "window",
"X": "",
"Y": "",
"pos": "0",
"ID": 6
},
{
"title": "16x10 Desktop",
"width": "1680",
"height": "1050",
"type": "desktop",
"target": "window",
"X": "",
"Y": "",
"pos": "0",
"ID": 7
},
{
"title": "Thunderbolt Display",
"width": "2560",
"height": "1440",
"type": "desktop",
"target": "viewport",
"X": "",
"Y": "",
"pos": "0",
"ID": 8
},
{
"title": "iPhone 4",
"width": "320",
"height": "480",
"type": "smartphone",
"target": "viewport",
"X": "",
"Y": "",
"pos": "0",
"ID": 0
}
],
"settings": { "popupWidth": "250", "tooltipDelay": "2000" }
}

My Settings for the Window Resizer Chrome Extension. Import on the Import / Export tab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment