Skip to content

Instantly share code, notes, and snippets.

@ajmalafif
Forked from koenbok/CustomDevide.coffee
Created January 19, 2019 17:54
Show Gist options
  • Save ajmalafif/f3e48aaef969819c4c6341725b01fac6 to your computer and use it in GitHub Desktop.
Save ajmalafif/f3e48aaef969819c4c6341725b01fac6 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment