Skip to content

Commit 6a52585

Browse files
septatrixzkochan
andauthored
Fix fullscreen mode of YT embeds (#556)
Co-authored-by: Zoltan Kochan <[email protected]>
1 parent 5e0fc6c commit 6a52585

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

docs/catalogs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Added in: v9.5.0
77

88
"_Catalogs_" are a [workspace feature](./workspaces.md) for defining dependency version ranges as reusable constants. Constants defined in catalogs can later be referenced in `package.json` files.
99

10-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/PuRUk4mV2jc" title="pnpm Catalogs — A New Tool to Manage Dependencies in monorepos" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
10+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/PuRUk4mV2jc" title="pnpm Catalogs — A New Tool to Manage Dependencies in monorepos" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen"></iframe>
1111

1212
## The Catalog Protocol (`catalog:`)
1313

docs/cli/env.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Manages the Node.js environment.
1111

1212
:::
1313

14-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/84-MzN_0Cng" title="The pnpm patch command demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
14+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/84-MzN_0Cng" title="The pnpm patch command demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen"></iframe>
1515

1616

1717
## Commands

docs/cli/patch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you want to change the dependencies of a package, don't use patching to modif
2626
[overrides]: ../package_json#pnpmoverrides
2727
[package hook]: ../pnpmfile#hooksreadpackagepkg-context-pkg--promisepkg
2828

29-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/0GjLqRGRbcY" title="The pnpm patch command demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
29+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/0GjLqRGRbcY" title="The pnpm patch command demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen"></iframe>
3030

3131
## Options
3232

src/pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ function Home() {
202202
<div className="container">
203203
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CEAIPK3U&placement=pnpmio" id="_carbonads_js"></script>
204204
<div style={{ marginBottom: '24px', textAlign: 'center' }}>
205-
<iframe className={styles.youtubeVideo} src="https://www.youtube-nocookie.com/embed/ZIKDJBrk56k" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
205+
<iframe className={styles.youtubeVideo} src="https://www.youtube-nocookie.com/embed/ZIKDJBrk56k" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen"></iframe>
206206
</div>
207207
<div className="row">
208208
{features.map((props, idx) => (

versioned_docs/version-8.x/cli/env.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Manages the Node.js environment.
1111

1212
:::
1313

14-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/84-MzN_0Cng" title="The pnpm patch command demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
14+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/84-MzN_0Cng" title="The pnpm patch command demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen"></iframe>
1515

1616

1717
## Commands

versioned_docs/version-8.x/cli/patch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pnpm patch <pkg name>@<version>
1717

1818
[`patchedDependencies`]: ../package_json.md#pnpmpatcheddependencies
1919

20-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/0GjLqRGRbcY" title="The pnpm patch command demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
20+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/0GjLqRGRbcY" title="The pnpm patch command demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen"></iframe>
2121

2222
## Options
2323

versioned_docs_archived/version-7.x/cli/env.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "pnpm env <cmd>"
55

66
Manages the Node.js environment.
77

8-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/84-MzN_0Cng" title="The pnpm patch command demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
8+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/84-MzN_0Cng" title="The pnpm patch command demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen"></iframe>
99

1010
## Commands
1111

versioned_docs_archived/version-7.x/cli/patch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pnpm patch <pkg name>@<version>
1919

2020
[`patchedDependencies`]: ../package_json.md#pnpmpatcheddependencies
2121

22-
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/0GjLqRGRbcY" title="The pnpm patch command demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
22+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/0GjLqRGRbcY" title="The pnpm patch command demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen"></iframe>
2323

2424
## Options
2525

0 commit comments

Comments
 (0)