fix: 메인 홈 - 인기 크리에이터
- 이미지 crop 적용
This commit is contained in:
@@ -25,7 +25,8 @@ struct HomeCreatorRankingItemView: View {
|
|||||||
KFImage(URL(string: item.profileImageUrl))
|
KFImage(URL(string: item.profileImageUrl))
|
||||||
.cancelOnDisappear(true)
|
.cancelOnDisappear(true)
|
||||||
.resizable()
|
.resizable()
|
||||||
.frame(width: 84, height: 84)
|
.scaledToFill()
|
||||||
|
.frame(width: 84, height: 84, alignment: .top)
|
||||||
.clipShape(Circle())
|
.clipShape(Circle())
|
||||||
|
|
||||||
Text(item.nickname)
|
Text(item.nickname)
|
||||||
|
|||||||
Reference in New Issue
Block a user