Video preload should be a string (#5267)
This commit is contained in:
		
							parent
							
								
									7de6d269d2
								
							
						
					
					
						commit
						db33a53ee8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
		Reference in a new issue