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 e835215 commit f7f9304
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions try.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,12 @@
<html>
<head>
<title>YouTube Video Embed</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/youtube.min.js"></script>
</head>
<body>
<h1>YouTube Video Embed</h1>
<div id="player"></div>
<script>
var player = YouTube.player('player', {
videoId: '_jPU47QAPc0',
width: 560,
height: 315,
autoplay: true,
loop: true,
controls: false
});
</script>
<video width="560" height="315" controls>
<source src="https://www.youtube.com/shorts/_jPU47QAPc0" type="video/mp4">
Your browser does not support the video tag.
</video>
</body>
</html>

0 comments on commit f7f9304

Please sign in to comment.