From 110786c353df8d4e1b74d59fb3ab3cf31c238f6f Mon Sep 17 00:00:00 2001 From: Pete Cook Date: Thu, 19 Sep 2019 20:20:55 +0100 Subject: [PATCH] Add pip support info to readme Closes https://github.com/CookPete/react-player/issues/694 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be8d427c..ff49cc17 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Prop | Description | Default `style` | Add [inline styles](https://facebook.github.io/react/tips/inline-styles.html) to the root element | `{}` `progressInterval` | The time between `onProgress` callbacks, in milliseconds | `1000` `playsinline` | Applies the `playsinline` attribute where supported | `false` -`pip` | Set to `true` or `false` to enable or disable [picture-in-picture mode](https://developers.google.com/web/updates/2018/10/watch-video-using-picture-in-picture) | `false` +`pip` | Set to `true` or `false` to enable or disable [picture-in-picture mode](https://developers.google.com/web/updates/2018/10/watch-video-using-picture-in-picture)
  ◦  Only available when playing file URLs in [certain browsers](https://caniuse.com/#feat=picture-in-picture) | `false` `wrapper` | Element or component to use as the container element | `div` `config` | Override options for the various players, see [config prop](#config-prop)