diff --git a/app/soapbox/components/status.js b/app/soapbox/components/status.js index d94de8fc9..4e76a622d 100644 --- a/app/soapbox/components/status.js +++ b/app/soapbox/components/status.js @@ -192,15 +192,15 @@ class Status extends ImmutablePureComponent { }; renderLoadingMediaGallery() { - return
; + return ; } renderLoadingVideoPlayer() { - return ; + return ; } renderLoadingAudioPlayer() { - return ; + return ; } handleOpenVideo = (media, startTime) => { @@ -373,7 +373,7 @@ class Status extends ImmutablePureComponent { alt={video.get('description')} aspectRatio={video.getIn(['meta', 'small', 'aspect'])} width={this.props.cachedMediaWidth} - height={110} + height={285} inline sensitive={status.get('sensitive')} onOpenVideo={this.handleOpenVideo} @@ -409,7 +409,7 @@ class Status extends ImmutablePureComponent {