Skip to content

Commit

Permalink
Updated the Surface Pro 3 device image size
Browse files Browse the repository at this point in the history
The actual size of the device image is different, but these dimensions result in the actual screen dimensions fitting the device image.
  • Loading branch information
nvh committed Nov 7, 2017
1 parent a4be0ab commit 56878c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framer/Components/DeviceComponent.coffee
Expand Up @@ -1317,8 +1317,8 @@ MicrosoftSurfaceBook =
minStudioVersion: iPhoneXReleaseVersion

MicrosoftSurfacePro3 =
deviceImageWidth: 2196
deviceImageHeight: 1514
deviceImageWidth: 2472
deviceImageHeight: 1704
deviceImageCompression: true
screenWidth: 2160
screenHeight: 1440
Expand Down

0 comments on commit 56878c5

Please sign in to comment.