Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gfscott committed Mar 10, 2024
1 parent 6ae4f90 commit 5dd5a8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/youtube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,12 @@ eleventyConfig.addPlugin(embedYouTube, {
<td><code>https://cdn.jsdelivr.net/gh/paulirish/lite-youtube-embed@0.3.0/src/lite-yt-embed.min.js</code></td>
<td>Pass a custom URL to load the necessary JavaScript from the source of your choice.</td>
</tr>
<tr>
<td><code>lite.jsApi</code><br>✨ <b>New in v1.11.0!</b></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If you change this to true, then the plugin adds a `js-api` parameter to the custom element that enables access to YouTube's IFrame Player API. See <a href="https://github.com/paulirish/lite-youtube-embed?tab=readme-ov-file#access-the-youtube-iframe-player-api">usage example</a> and <a href="https://paulirish.github.io/lite-youtube-embed/variants/js-api.html">demo</a>.</td>
</tr>
<tr>
<td><code>lite.responsive</code><br>✨ <b>New in v1.10.0!</b></td>
<td>Boolean</td>
Expand Down

0 comments on commit 5dd5a8e

Please sign in to comment.