diff --git a/Mlem/Views/Shared/Components/Image Upload/UploadConfirmationView.swift b/Mlem/Views/Shared/Components/Image Upload/UploadConfirmationView.swift index 2468d1fde..258ab0ef8 100644 --- a/Mlem/Views/Shared/Components/Image Upload/UploadConfirmationView.swift +++ b/Mlem/Views/Shared/Components/Image Upload/UploadConfirmationView.swift @@ -32,7 +32,6 @@ struct UploadConfirmationView: View { if let image = imageModel?.image { image .resizable() - .scaledToFill() .aspectRatio(1, contentMode: .fit) .clipShape( RoundedRectangle(cornerRadius: AppConstants.largeItemCornerRadius)