Skip to content

Commit

Permalink
add a parameter to YT video URL link to prevent unnecessary suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryanporwal committed May 14, 2024
1 parent 5c26bd1 commit e6fc84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>Scalable Android<br/>in the cloud</h1>
</div>
<div class="col-6 u-align--cente">
<div class="u-embedded-media">
<iframe title="Scalable Android Cloud with Anbox Cloud" class="u-embedded-media__element" src="https://www.youtube.com/embed/drOCjcDpnng" allowfullscreen=""></iframe>
<iframe title="Scalable Android Cloud with Anbox Cloud" class="u-embedded-media__element" src="https://www.youtube.com/embed/drOCjcDpnng?rel=0" allowfullscreen=""></iframe>
</div>
</div>
</div>
Expand Down

0 comments on commit e6fc84c

Please sign in to comment.