-
-
Save ajmalafif/f3e48aaef969819c4c6341725b01fac6 to your computer and use it in GitHub Desktop.
Custom Framer Device
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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