-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (62 loc) · 1.73 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="index.css" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<div class="header"><h1>Mike Piscioneri Editor Reel</h1></div>
<script
src="https://fast.wistia.com/embed/medias/uejeydv1rd.jsonp"
async
></script>
<script
src="https://fast.wistia.com/assets/external/E-v1.js"
async
></script>
<div
class="wistia_responsive_padding"
style="padding: 56.25% 0 0 0; position: relative"
>
<div
class="wistia_responsive_wrapper"
style="height: 100%; left: 0; position: absolute; top: 0; width: 100%"
>
<div
class="wistia_embed wistia_async_uejeydv1rd videoFoam=true"
style="height: 100%; position: relative; width: 100%"
>
<div
class="wistia_swatch"
style="
height: 100%;
left: 0;
opacity: 0;
overflow: hidden;
position: absolute;
top: 0;
transition: opacity 200ms;
width: 100%;
"
>
<img
src="https://fast.wistia.com/embed/medias/uejeydv1rd/swatch"
style="
filter: blur(5px);
height: 100%;
object-fit: contain;
width: 100%;
"
alt=""
aria-hidden="true"
onload="this.parentNode.style.opacity=1;"
/>
</div>
</div>
</div>
</div>
</body>
</html>