kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Audio: fix timeline jitter caused by Audio player
rodzic
997375a927
commit
f8065543f2
|
@ -418,6 +418,8 @@ class Status extends ImmutablePureComponent {
|
||||||
<Component
|
<Component
|
||||||
src={audio.get('url')}
|
src={audio.get('url')}
|
||||||
alt={audio.get('description')}
|
alt={audio.get('description')}
|
||||||
|
width={this.props.cachedMediaWidth}
|
||||||
|
height={263}
|
||||||
inline
|
inline
|
||||||
sensitive={status.get('sensitive')}
|
sensitive={status.get('sensitive')}
|
||||||
cacheWidth={this.props.cacheMediaWidth}
|
cacheWidth={this.props.cacheMediaWidth}
|
||||||
|
|
Ładowanie…
Reference in New Issue