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 4bd85b6 commit 3576980
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions try.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,29 @@ <h1>YouTube Shorts Video Embed JS</h1>
<div id="player"></div>

<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>

<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 3576980

Please sign in to comment.