Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Taking the actual reported devicePixelRatio from the device
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
framer/Components/DeviceComponent.coffee
|
@@ -1033,7 +1033,7 @@ PixelBaseDevice = |
|
|
deviceImageCompression: true |
|
|
screenWidth: 1080 |
|
|
screenHeight: 1920 |
|
|
devicePixelRatio: 2.625 |
|
|
devicePixelRatio: 2.627 |
|
|
deviceType: "phone" |
|
|
minStudioVersion: googlePixelReleaseVersion |
|
|
maxStudioVersion: iPhoneXReleaseVersion - 1 |
|
@@ -1053,7 +1053,7 @@ Pixel2BaseDevice = |
|
|
deviceImageCompression: true |
|
|
screenWidth: 1080 |
|
|
screenHeight: 1920 |
|
|
devicePixelRatio: 2.625 |
|
|
devicePixelRatio: 2.627 |
|
|
deviceType: "phone" |
|
|
minStudioVersion: iPhoneXReleaseVersion |
|
|
hands: |
|
|