Force videos to 300px height on Pleroma, fixes #117
This commit is contained in:
parent
2319d9f080
commit
a9eb5c1765
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue