diff --git a/react/features/filmstrip/components/web/Thumbnail.tsx b/react/features/filmstrip/components/web/Thumbnail.tsx index 5c103b1457..4785c2c706 100644 --- a/react/features/filmstrip/components/web/Thumbnail.tsx +++ b/react/features/filmstrip/components/web/Thumbnail.tsx @@ -665,7 +665,7 @@ class Thumbnail extends Component { video: {} }; - const avatarSize = Math.min(_height / 2, _width - 30); + const avatarSize = Math.min(_height / 2, _width - 30, 200); let { left } = style || {}; if (typeof left === 'number' && horizontalOffset) {