rn,tile-view: render a larger avatar in tile view mode
This commit is contained in:
parent
4687187cca
commit
e39c8d8ed6
react/features/filmstrip/components/native
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue