Updated Video component added aspect ratio for sizing
This commit is contained in:
@@ -111,6 +111,7 @@ export default class DetailedStatus extends ImmutablePureComponent {
|
||||
blurhash={video.get('blurhash')}
|
||||
src={video.get('url')}
|
||||
alt={video.get('description')}
|
||||
aspectRatio={video.getIn(['meta', 'small', 'aspect'])}
|
||||
width={300}
|
||||
height={150}
|
||||
inline
|
||||
|
||||
Reference in New Issue
Block a user