Skip to content

Commit c2a702f

Browse files
authored
Merge pull request #169 from mciwing/yt
[Minor] Use `rel=0` in YouTube embeds
2 parents a5eb4f8 + e8b33b6 commit c2a702f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/data-science/algorithms/unsupervised/clustering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ global minimum. The final solution depends on the initial cluster centers.
101101

102102
<div style="text-align: center;">
103103
<iframe width="560" height="315"
104-
src="https://www.youtube.com/embed/R2e3Ls9H_fc?si=Lz4jq8Fbxjr1BmeL"
104+
src="https://www.youtube.com/embed/R2e3Ls9H_fc?si=Lz4jq8Fbxjr1BmeL&rel=0"
105105
title="YouTube video player" frameborder="0" allow="accelerometer;
106106
autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture;
107107
web-share" referrerpolicy="strict-origin-when-cross-origin"

docs/data-science/basics/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ below.
4040

4141
<div style="text-align: center;">
4242
<iframe width="840" height="473"
43-
src="https://www.youtube.com/embed/7h4BcbM2goU?si=YtcC9YFrub-cbH3h"
43+
src="https://www.youtube.com/embed/7h4BcbM2goU?si=YtcC9YFrub-cbH3h&rel=0"
4444
title="YouTube video player" frameborder="0" allow="accelerometer;
4545
autoplay; clipboard-write; encrypted-media; gyroscope;
4646
picture-in-picture; web-share"

0 commit comments

Comments
 (0)