From e5e04952ca3de2bdc129caed37f2a52030214145 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 17 Oct 2025 17:11:19 +0900 Subject: [PATCH] =?UTF-8?q?fix(creator-profile):=20=ED=94=84=EB=A1=9C?= =?UTF-8?q?=ED=95=84=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20centerCrop=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Explorer/Profile/UserProfileView.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SodaLive/Sources/Explorer/Profile/UserProfileView.swift b/SodaLive/Sources/Explorer/Profile/UserProfileView.swift index 3ac8585..83a0402 100644 --- a/SodaLive/Sources/Explorer/Profile/UserProfileView.swift +++ b/SodaLive/Sources/Explorer/Profile/UserProfileView.swift @@ -35,8 +35,9 @@ struct UserProfileView: View { .cancelOnDisappear(true) .downsampling(size: CGSize(width: screenSize().width, height: screenSize().width)) .resizable() + .scaledToFill() .aspectRatio(1, contentMode: .fill) - .frame(maxWidth: screenSize().width) + .frame(width: screenSize().width, height: screenSize().width) .clipped() VStack(alignment: .leading, spacing: 8) {