diff --git a/bitchat/Views/ImageMessageRow.swift b/bitchat/Views/ImageMessageRow.swift index 45903a7d..9e046ae8 100644 --- a/bitchat/Views/ImageMessageRow.swift +++ b/bitchat/Views/ImageMessageRow.swift @@ -27,8 +27,7 @@ struct ImageMessageRow: View { Image(uiImage: uiImage) .resizable() .aspectRatio(contentMode: .fit) - .frame(maxWidth: 200, maxHeight: 200, alignment: .topLeading) - .clipShape(RoundedRectangle(cornerRadius: 12)) + .frame(maxWidth: 300, maxHeight: 400, alignment: .topLeading) Spacer(minLength: 0) } if message.isPrivate && message.sender == viewModel.nickname,