diff --git a/app/gabsocial/features/video/index.js b/app/gabsocial/features/video/index.js index 0e3be6049..6a04d778d 100644 --- a/app/gabsocial/features/video/index.js +++ b/app/gabsocial/features/video/index.js @@ -445,7 +445,7 @@ class Video extends React.PureComponent { aria-label={alt} title={alt} width={width} - height={height || null} + height={height || 300} volume={volume} onClick={this.togglePlay} onPlay={this.handlePlay}