Browse Source

auto commit

dev8
jfinn 4 years ago
parent
commit
9ed59650e0
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      react/features/filmstrip/components/web/ThumbnailWrapper.js

+ 2
- 0
react/features/filmstrip/components/web/ThumbnailWrapper.js View File

81
 				<span className="idk_vid2">
81
 				<span className="idk_vid2">
82
 				<span className="idk_vid3">
82
 				<span className="idk_vid3">
83
                 <Thumbnail
83
                 <Thumbnail
84
+				className={"idk_vx idk_vx_l"}
84
                     horizontalOffset = { _horizontalOffset }
85
                     horizontalOffset = { _horizontalOffset }
85
                     key = 'local'
86
                     key = 'local'
86
                     style = { style } />
87
                     style = { style } />
95
 			<span className="idk_vid2">
96
 			<span className="idk_vid2">
96
 			<span className="idk_vid3">
97
 			<span className="idk_vid3">
97
             <Thumbnail
98
             <Thumbnail
99
+			className={"idk_vx idk_vx_r"}
98
                 horizontalOffset = { _horizontalOffset }
100
                 horizontalOffset = { _horizontalOffset }
99
                 key = { `remote_${_participantID}` }
101
                 key = { `remote_${_participantID}` }
100
                 participantID = { _participantID }
102
                 participantID = { _participantID }

Loading…
Cancel
Save