Skip to content

Commit

Permalink
Merge pull request #1704 from tipleyg/master
Browse files Browse the repository at this point in the history
Suppress 3rd party Related Videos on YouTube videos
  • Loading branch information
bookernath authored Jun 30, 2020
2 parents 4c58f28 + 13ce76d commit d920c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/products/videos.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h4 class="toggle-title">
webkitAllowFullScreen
mozallowfullscreen
allowFullScreen
data-src="//www.youtube.com/embed/{{this.featured.id}}"
data-src="//www.youtube.com/embed/{{this.featured.id}}?rel=0"
data-video-player>
</iframe>
</div>
Expand Down

0 comments on commit d920c08

Please sign in to comment.