Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
egypsiano authored Sep 21, 2024
1 parent 3576980 commit b7799c3
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions try.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,13 @@ <h1>YouTube Video Embed</h1>
<br />
<h1>YouTube Shorts Video Embed JS</h1>

<div id="player"></div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/_jPU47QAPc0?autoplay=1&loop=1&controls=0" frameborder="0" allowfullscreen></iframe>

<script>
var player = YouTube.player('player', {
videoId: '_jPU47QAPc0',
width: 560,
height: 315,
autoplay: true,
loop: true,
controls: false
});
</script>
<br />
<h1>YT</h1>

<div id="player"></div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/jPModJtigCk?autoplay=1&loop=1&controls=0" frameborder="0" allowfullscreen></iframe>

<script>
var player = YouTube.player('player', {
videoId: 'jPModJtigCk',
width: 560,
height: 315,
autoplay: true,
loop: true,
controls: false
});
</script>

</body>
</html>

0 comments on commit b7799c3

Please sign in to comment.