Skip to content

Commit

Permalink
Tweak vimeo controls readme wording
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Aug 21, 2020
1 parent 89e8080 commit c05cf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Prop | Description | Default
`url` | The url of a video or song to play<br/>&nbsp;&nbsp;Can be an [array](#multiple-sources-and-tracks) or [`MediaStream`](https://developer.mozilla.org/en-US/docs/Web/API/MediaStream) object
`playing` | Set to `true` or `false` to pause or play the media | `false`
`loop` | Set to `true` or `false` to loop the media | `false`
`controls` | Set to `true` or `false` to display native player controls. (*Note for Vimeo: This is only available to Pro, Plus, or Business Members*) | `false`
`controls` | Set to `true` or `false` to display native player controls.<br/>&nbsp;&nbsp;For Vimeo videos, hiding controls must be enabled by the video owner. | `false`
`light` | Set to `true` to show just the video thumbnail, which loads the full player on click<br />&nbsp;&nbsp;Pass in an image URL to override the preview image | `false`
`volume` | Set the volume of the player, between `0` and `1`<br/>&nbsp;&nbsp;`null` uses default volume on all players [`#357`](https://github.com/CookPete/react-player/issues/357) | `null`
`muted` | Mutes the player<br/>&nbsp;&nbsp;Only works if `volume` is set | `false`
Expand Down

0 comments on commit c05cf93

Please sign in to comment.