Merge pull request #534 from RyanRory/hd-avatar

HD Profile Picture
pull/540/head
RyanZhao 3 years ago committed by GitHub
commit 523f18ec87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ import SignalUtilitiesKit
//
// TODO: We could make this a parameter.
var dstSizePixels: CGSize {
return CGSize(width: 210, height: 210)
return CGSize(width: 640, height: 640)
}
var dstAspectRatio: CGFloat {
return dstSizePixels.width / dstSizePixels.height

Loading…
Cancel
Save