-
Notifications
You must be signed in to change notification settings - Fork 0
/
alpha.html
47 lines (42 loc) · 1.08 KB
/
alpha.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="pageStyles.css" rel="stylesheet" />
<link href="css/main.css" rel="stylesheet" />
<link href="css/prism.css" rel="stylesheet" />
<link href="css/prism-line-numbers.css" rel="stylesheet" />
<style type="text/css" media="screen">
body {
margin: 0;
padding: 0;
background: url(img/concrete-bg.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.pop360-inline {
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
margin: auto;
}
</style>
</head>
<body>
<div class="pop360-inline"></div>
<script>
window.onload = function(){
canvas360({
canvasId : '.pop360-inline',
canvasWidth : 860,
canvasHeight : 395,
framesPath : 'img/360/alpha/',
framesFile : 'ECX00010-{col}.png',
framesReverse: false,
alpha: true
});
}
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="js/canvas360.min.js"></script>
</body>
</html>