From 046b3b74b5260a1ec5e33d579f36dcb84eba8f98 Mon Sep 17 00:00:00 2001 From: Lucas Vocos Date: Tue, 4 Aug 2020 13:18:01 -0400 Subject: [PATCH] Add descriptive text to Controls section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13237b4c..1ec74a41 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Prop | Description | Default `url` | The url of a video or song to play
  ◦  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 | `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` `light` | Set to `true` to show just the video thumbnail, which loads the full player on click
  ◦  Pass in an image URL to override the preview image | `false` `volume` | Set the volume of the player, between `0` and `1`
  ◦  `null` uses default volume on all players [`#357`](https://github.com/CookPete/react-player/issues/357) | `null` `muted` | Mutes the player
  ◦  Only works if `volume` is set | `false`