diff --git a/bigbluebutton-html5/imports/ui/components/video-provider/video-list/component.jsx b/bigbluebutton-html5/imports/ui/components/video-provider/video-list/component.jsx index 61031db226319d46649f006aad0a6f940a49fbba..4cd30c2d7edc8d13ab119319108d6cea67c80739 100755 --- a/bigbluebutton-html5/imports/ui/components/video-provider/video-list/component.jsx +++ b/bigbluebutton-html5/imports/ui/components/video-provider/video-list/component.jsx @@ -71,7 +71,7 @@ const findOptimalGrid = (canvasWidth, canvasHeight, gutter, aspectRatio, numItem columns, rows, width: (cellWidth * columns) + gutterTotalWidth, - height: (cellHeight * rows) + gutterTotalHeight, + maxHeight: (cellHeight * rows) + gutterTotalHeight, filledArea: (cellWidth * cellHeight) * numItems, }; };