diff options
author | Sam Potts <sam@potts.es> | 2019-01-26 17:20:18 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-26 17:20:18 +1100 |
commit | dc54eba8f8dfc79ce51fe8ca47bb0e252fccf1b4 (patch) | |
tree | 9f9e927b6ecbeba39c2a6dfc1b51b2d750b352db /readme.md | |
parent | 8b57104f8396c4110f217c854099243d8d04ae20 (diff) | |
parent | a84fc396e8a53fd595c204deff227104b0255865 (diff) | |
download | plyr-dc54eba8f8dfc79ce51fe8ca47bb0e252fccf1b4.tar.lz plyr-dc54eba8f8dfc79ce51fe8ca47bb0e252fccf1b4.tar.xz plyr-dc54eba8f8dfc79ce51fe8ca47bb0e252fccf1b4.zip |
Merge pull request #1319 from fanmio/issues/1316-allow-to-customize-vimeo-url-params
Adds options for vimeo plugin #1316
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -335,6 +335,7 @@ Note the single quotes encapsulating the JSON and double quotes on the object ke | `loop` | Object | `{ active: false }` | `active`: Whether to loop the current video. If the `loop` attribute is present on a `<video>` or `<audio>` element, this will be automatically set to true This is an object to support future functionality. | | `ads` | Object | `{ enabled: false, publisherId: '' }` | `enabled`: Whether to enable advertisements. `publisherId`: Your unique [vi.ai](https://vi.ai/publisher-video-monetization/?aid=plyrio) publisher ID. | | `urls` | Object | See source. | If you wish to override any API URLs then you can do so here. You can also set a custom download URL for the download button. | +| `vimeo` | Object | `{ byline: false, portrait: false, title: false, speed: true, transparent: false }` | `byline`: Wheather to show the vimeo uploader. `portrait`: Wheather to show the vimeo portrait (avatar). `title`: Wheather to show the vimeo title. `speed`: Wheather to show speed controls. `transparent`: Makes the background transparent. Might be helpful to add your custom styles. | | `previewThumbnails` | Object | `{ enabled: false, src: '' }` | `enabled`: Whether to enable the preview thumbnails (they must be generated by you). `src` must be either a string or an array of strings representing URLs for the VTT files containing the image URL(s). Learn more about [preview thumbnails](#preview-thumbnails) below. | 1. Vimeo only |