Force videos to 300px height on Pleroma, fixes #117

This commit is contained in:
Alex Gleason 2020-05-28 12:30:54 -05:00
parent 2319d9f080
commit a9eb5c1765
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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}