This repository has been archived by the owner on Oct 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathindex.html
43 lines (43 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="x-ua-compatible" content="IE=Edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SuperEmbed.js test</title>
<script src="extra/classlist.min.js" type="text/javascript"></script>
<script src="superembed.min.js" type="text/javascript"></script>
<style type="text/css">
body {
background: #FFFFFF;
font-family: Arial;
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20%;
padding-right: 20%;
}
@media (max-width: 600px) {
body {
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}
}
</style>
</head>
<body>
<h1>SuperEmbed.js Demo</h1>
<p>This is an unmodified YouTube embed code, with SuperEmbed.js loaded. Resize the page to see it shrink.</p>
<!--[if lt IE 9]>
<p><i>SuperEmbed.js is not supported on anything lower than IE9.</i></p>
<![endif]-->
<iframe width="560" height="315" src="https://www.youtube.com/embed/IXxZRZxafEQ" frameborder="0" allowfullscreen></iframe>
<p>Here is a Vimeo embedded video:</p>
<iframe src="https://player.vimeo.com/video/138174318" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
<p>Here is a Gfycat embedded video:</p>
<iframe src='https://gfycat.com/ifr/NegligibleSomeFennecfox' frameborder='0' scrolling='no' width='640' height='360' allowfullscreen></iframe>
<p>Here is a SoundCloud embed:</p>
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/306474465&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
</body>
</html>