From a560d50366e61fe084482b02de807df429804eb3 Mon Sep 17 00:00:00 2001 From: OlegAba Date: Tue, 28 Feb 2023 16:46:20 -0500 Subject: [PATCH] Scale to fill pfp Changelog-Fixed: Fixed weird scaling on profile pictures Closes: #712 --- damus/Views/ProfilePicView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/damus/Views/ProfilePicView.swift b/damus/Views/ProfilePicView.swift index eaeb4e0e..d50e17cb 100644 --- a/damus/Views/ProfilePicView.swift +++ b/damus/Views/ProfilePicView.swift @@ -66,6 +66,7 @@ struct InnerProfilePicView: View { .placeholder { _ in Placeholder } + .scaledToFill() } .frame(width: size, height: size) .clipShape(Circle())