-
Notifications
You must be signed in to change notification settings - Fork 271
/
index.html
28 lines (25 loc) · 1.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<title>lite-youtube-embed</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./src/lite-yt-embed.css" />
</head>
<body>
<h1><code>lite-youtube</code> custom element</h1>
<lite-youtube videoid="goiWrNiaT0I"></lite-youtube>
<script src="./src/lite-yt-embed.js"></script>
<h3>View isolated demos:</h3>
<ul>
<li><a href="./variants/solo.html">lite-youtube-embed</a>
<li><a href="./variants/pe.html">lite-youtube-embed - progressively enhanced</a>
<li><a href="./variants/custom-poster-image.html">lite-youtube-embed - custom poster image</a>
<li><a href="./variants/params.html">lite-youtube-embed - with parameters</a></li>
<li><a href="./variants/multiple-embeds.html">lite-youtube-embed - multiple embeds on same page</a>
<li><a href="./variants/js-api.html">lite-youtube-embed - with access to iframe JavaScript API</a>
<li><a href="./variants/title.html">lite-youtube-embed - with intial title</a></li>
<li><a href="./variants/yt.html">normal youtube embed</a>
</ul>
</body>
</html>