Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i add poster for this video? #301

Closed
Liaohuanle opened this issue Jan 2, 2018 · 1 comment
Closed

how can i add poster for this video? #301

Liaohuanle opened this issue Jan 2, 2018 · 1 comment

Comments

@Liaohuanle
Copy link

No description provided.

@cookpete
Copy link
Owner

For files, you can use the config.file.attributes prop:

<ReactPlayer
  url='file.mp4'
  config={{
    file: { 
      attributes: { 
        poster: 'poster.jpg' 
      } 
    } 
  }}
/>

Anything in config.file.attributes will just get added to the <video> element when playing files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants