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}
|
aria-label={alt}
|
||||||
title={alt}
|
title={alt}
|
||||||
width={width}
|
width={width}
|
||||||
height={height || null}
|
height={height || 300}
|
||||||
volume={volume}
|
volume={volume}
|
||||||
onClick={this.togglePlay}
|
onClick={this.togglePlay}
|
||||||
onPlay={this.handlePlay}
|
onPlay={this.handlePlay}
|
||||||
|
|
Loading…
Reference in a new issue