Change design of audio players in web UI (#14095)
This commit is contained in:
parent
f111b71d1c
commit
75a2b8f815
4 changed files with 560 additions and 106 deletions
|
@ -117,6 +117,7 @@ export default class DetailedStatus extends ImmutablePureComponent {
|
|||
src={attachment.get('url')}
|
||||
alt={attachment.get('description')}
|
||||
duration={attachment.getIn(['meta', 'original', 'duration'], 0)}
|
||||
poster={status.getIn(['account', 'avatar_static'])}
|
||||
height={110}
|
||||
preload
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue