forked from luwes/lite-vimeo-embed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 754 Bytes
/
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-vimeo-embed</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
lite-vimeo {
display: block;
aspect-ratio: 16 / 9;
max-width: 640px;
}
</style>
</head>
<body>
<h1><code>lite-vimeo</code> custom element</h1>
<lite-vimeo videoid="357274789"></lite-vimeo>
<script type="module" src="./lite-vimeo-embed.js"></script>
<h3>View isolated demos:</h3>
<ul>
<li><a href="./variants/solo.html">lite-vimeo-embed</a>
<li><a href="./variants/pe.html">lite-vimeo-embed - progressively enhanced</a>
<li><a href="./variants/vimeo.html">normal vimeo embed</a>
</ul>
</body>
</html>