Skip to content
Snippets Groups Projects
Commit db33a53e authored by Nolan Lawson's avatar Nolan Lawson Committed by Eugen Rochko
Browse files

Video preload should be a string (#5267)

parent 7de6d269
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment