forked from paulirish/lite-youtube-embed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 1.6 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
29
30
31
32
33
<!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="./dist/lite-yt-embed.min.css" />
</head>
<body>
<h1><code>lite-youtube</code> custom element</h1>
<lite-youtube videoid="ogfYd705cRs"></lite-youtube>
<script src="./dist/lite-yt-embed.min.js"></script>
<h3>View isolated demos:</h3>
<ul>
<li><a href="./variants/solo.html">lite-youtube-embed - Basic</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/custom-poster-size.html">lite-youtube-embed - Custom poster size</a>
<li><a href="./variants/fallback-poster.html">lite-youtube-embed - Fallback poster</a>
<li><a href="./variants/forceload-api.html">lite-youtube-embed - Force load API</a>
<li><a href="./variants/global-config.html">lite-youtube-embed - Global config</a>
<li><a href="./variants/no-webp.html">lite-youtube-embed - No WebP</a>
<li><a href="./variants/show-title.html">lite-youtube-embed - Show title</a>
<li><a href="./variants/playlists.html">lite-youtube-embed - Playlists</a>
<li><a href="./variants/yt.html">normal youtube embed</a>
</ul>
</body>
</html>