@@ -149,7 +149,7 @@ function Thumbnail(props: Props) {
touchFeedback = { false }>
<ParticipantView
- avatarSize = { AVATAR_SIZE }
+ avatarSize = { tileView ? AVATAR_SIZE * 1.5 : AVATAR_SIZE }
disableVideo = { isScreenShare || participant.isFakeParticipant }
participantId = { participantId }
style = { _styles.participantViewStyle }