Scale to fill pfp
Changelog-Fixed: Fixed weird scaling on profile pictures Closes: #712
This commit is contained in:
@@ -66,6 +66,7 @@ struct InnerProfilePicView: View {
|
|||||||
.placeholder { _ in
|
.placeholder { _ in
|
||||||
Placeholder
|
Placeholder
|
||||||
}
|
}
|
||||||
|
.scaledToFill()
|
||||||
}
|
}
|
||||||
.frame(width: size, height: size)
|
.frame(width: size, height: size)
|
||||||
.clipShape(Circle())
|
.clipShape(Circle())
|
||||||
|
|||||||
Reference in New Issue
Block a user