diff --git a/modules/UI/videolayout/LocalVideo.js b/modules/UI/videolayout/LocalVideo.js index 2e5233f25..3c1d77c20 100644 --- a/modules/UI/videolayout/LocalVideo.js +++ b/modules/UI/videolayout/LocalVideo.js @@ -22,7 +22,7 @@ function LocalVideo(VideoLayout, emitter) { this.container = this.createContainer(); this.$container = $(this.container); - $('#filmstripLocalVideo').append(this.container); + $('#filmstripLocalVideoThumbnail').append(this.container); this.localVideoId = null; this.bindHoverHandler(); diff --git a/react/features/filmstrip/components/Filmstrip.web.js b/react/features/filmstrip/components/Filmstrip.web.js index 5f5d9326f..6b34dfccd 100644 --- a/react/features/filmstrip/components/Filmstrip.web.js +++ b/react/features/filmstrip/components/Filmstrip.web.js @@ -111,6 +111,7 @@ class Filmstrip extends Component<*> { onMouseOut = { this._onMouseOut } onMouseOver = { this._onMouseOver }> { this.props.filmstripOnly ? null : } +