Audio: fix timeline jitter caused by Audio player
This commit is contained in:
parent
997375a927
commit
f8065543f2
1 changed files with 2 additions and 0 deletions
|
@ -418,6 +418,8 @@ class Status extends ImmutablePureComponent {
|
|||
<Component
|
||||
src={audio.get('url')}
|
||||
alt={audio.get('description')}
|
||||
width={this.props.cachedMediaWidth}
|
||||
height={263}
|
||||
inline
|
||||
sensitive={status.get('sensitive')}
|
||||
cacheWidth={this.props.cacheMediaWidth}
|
||||
|
|
Loading…
Reference in a new issue