Skip to content

Commit

Permalink
✨ [#290] image / image
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsh153 committed Sep 5, 2023
1 parent 421ffa9 commit 626193d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct StudentDetailView: View {
LazyImage(url: URL(string: studentDetail.profileImageURL)) { state in
if let image = state.image {
image.resizable()
.aspectRatio(contentMode: .fill)
.aspectRatio(1, contentMode: .fit)
} else {
SMSIcon(.profile, width: nil, height: nil)
}
Expand Down

0 comments on commit 626193d

Please sign in to comment.