diff --git a/modules/UI/videolayout/SmallVideo.js b/modules/UI/videolayout/SmallVideo.js index 3d5e7acd2..8186fdffc 100644 --- a/modules/UI/videolayout/SmallVideo.js +++ b/modules/UI/videolayout/SmallVideo.js @@ -322,7 +322,7 @@ SmallVideo.prototype.selectVideoElement = function () { } else { return $('#' + this.videoSpanId + (this.isLocal ? '>>' : '>') + - videoElem + '>param[value="video"]').parent(); + videoElem + '>param[value="video"]').first().parent(); } };