Skip to content

Instantly share code, notes, and snippets.

@koenbok
Created October 20, 2014 09:34
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save koenbok/45c2ddbde0f5b4f6a960 to your computer and use it in GitHub Desktop.
Save koenbok/45c2ddbde0f5b4f6a960 to your computer and use it in GitHub Desktop.
Custom Framer Device
Framer.Device.Devices["my-device"] =
name: "My Device"
deviceType: "mobile"
deviceImage: "my-device.png"
deviceImageWidth: 472
deviceImageHeight: 806
screenWidth: 320
screenHeight: 400
Framer.Device.deviceType = "my-device"
@jonmadison
Copy link

n.b. now use Framer.DeviceComponent.Devices

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