Video preload should be a string (#5267)

lolsob-rspec
Nolan Lawson 2017-10-07 18:06:43 -07:00 committed by Eugen Rochko
parent 7bde8dcc08
commit 7a66400670
1 changed files with 1 additions and 1 deletions

View File

@ -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'