Video preload should be a string (#5267)

th-downstream
Nolan Lawson 7 years ago committed by Eugen Rochko
parent 7bde8dcc08
commit 7a66400670

@ -233,7 +233,7 @@ export default class Video extends React.PureComponent {
ref={this.setVideoRef}
src={src}
poster={preview}
preload={startTime ? true : null}
preload={startTime ? 'auto' : 'none'}
loop
role='button'
tabIndex='0'

Loading…
Cancel
Save