diff options
author | Sam Potts <sam@potts.es> | 2018-07-30 22:54:03 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-30 22:54:03 +1000 |
commit | efb7401e6d754034a0d8ffe13156a8bab4e0d060 (patch) | |
tree | d0bc86a50e00ee8302becea84829edecdedb61f5 /readme.md | |
parent | 0933b48c2a1990a19ac7f0b15ba639b30fb3d8db (diff) | |
parent | 60a0f0c9799cfa5c9f207971168b07f23f7ee41c (diff) | |
download | plyr-efb7401e6d754034a0d8ffe13156a8bab4e0d060.tar.lz plyr-efb7401e6d754034a0d8ffe13156a8bab4e0d060.tar.xz plyr-efb7401e6d754034a0d8ffe13156a8bab4e0d060.zip |
Merge pull request #1136 from sampotts/develop
v3.3.23
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ Plyr extends upon the standard [HTML5 media element](https://developer.mozilla.o </audio> ``` -For YouTube and Vimeo players, Plyr uses progressive enhancement to enhance the default `<iframe>` embeds. Below are some examples. The `plyr__video-embed` classname will make the embed responsive. You can add the `autoplay`, `loop` and `playsinline` (YouTube only) query parameters to the URL and they will be set as config options automatically. For YouTube, the `origin` should be updated to reflect the domain you're hosting the embed on, or you can opt to omit it. +For YouTube and Vimeo players, Plyr uses progressive enhancement to enhance the default `<iframe>` embeds. Below are some examples. The `plyr__video-embed` classname will make the embed responsive. You can add the `autoplay`, `loop`, `hl` (YouTube only) and `playsinline` (YouTube only) query parameters to the URL and they will be set as config options automatically. For YouTube, the `origin` should be updated to reflect the domain you're hosting the embed on, or you can opt to omit it. #### YouTube embed |