|
|
@ -261,11 +261,12 @@ export default class Video extends React.PureComponent { |
|
|
|
} |
|
|
|
|
|
|
|
handleOpenVideo = () => { |
|
|
|
const { src, preview, width, height } = this.props; |
|
|
|
const { src, preview, width, height, alt } = this.props; |
|
|
|
const media = fromJS({ |
|
|
|
type: 'video', |
|
|
|
url: src, |
|
|
|
preview_url: preview, |
|
|
|
description: alt, |
|
|
|
width, |
|
|
|
height, |
|
|
|
}); |
|
|
|