Skip to content

Commit

Permalink
rn,tile-view: render a larger avatar in tile view mode
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jul 21, 2020
1 parent 4687187 commit e39c8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/features/filmstrip/components/native/Thumbnail.js
Expand Up @@ -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 }
Expand Down

0 comments on commit e39c8d8

Please sign in to comment.