-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path7.html
More file actions
166 lines (113 loc) · 4.86 KB
/
7.html
File metadata and controls
166 lines (113 loc) · 4.86 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<!-- BASICS -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><!-- Bootstrap -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css">
<!--jQuery -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<!--Bootstrap -->
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js"></script>
<!-- Both these should be added to within the <head> of your document-->
<link href='http://fonts.googleapis.com/css?family=Buenard:700' rel='stylesheet' type='text/css'>
<script src="http://pupunzi.com/mb.components/mb.YTPlayer/demo/inc/jquery.mb.YTPlayer.js"></script>
<style type="text/css">
.container{
height:100%;
}
.col-md-4{
background-color:#D3D7E0;
opacity: 0.8;
margin-top:20px;
padding: 30px;
height:300px;
}
.video-section .pattern-overlay {
background-color: rgba(71, 71, 71, 0.29);
padding: 110px 0 32px;
min-height: 1500px;
/* Incase of overlay problems just increase the min-height*/
}
.video-section h1, .video-section h3{
text-align:center;
color:#fff;
}
.video-section h3{
font-size:50px;
font-family: 'Buenard', serif;
font-weight:bold;
text-transform: uppercase;
margin: 40px auto 0px;
text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
-moz-text-shadow: 1px 1px 1px #000;
}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}
</style>
<script type="text/javascript">
$(document).ready(function () {
$(".player").mb_YTPlayer();
});
</script>
</head>
<body>
<!--Video Section-->
<section class="content-section video-section">
<div class="pattern-overlay">
<div class="container ">
<!-- this is the background video, inside container div, and height set to 100% in CSS -->
<a id="bgndVideo" class="player"
data-property="{videoURL:'https://www.youtube.com/watch?v=YyOENdBj5kA',
containment:'body',
quality:'hd720',
autoPlay:true,
mute:true,
startAt: 6,
opacity: 1}">bg</a>
<!--more VIDO options at https://github.com/pupunzi/jquery.mb.YTPlayer/wiki -->
<div class="row">
<div class="col-lg-12">
<h3> Full Screen Background Video</h3>
<!-- Begin Mr. M.'s Rows -->
<div class="row">
<div class="col-md-4">
<h2>Full Screen Video</h2>
<p> Non mi porta gravida at egetat eget metus. Fusce dapibus, tellus ac at eget cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta.. </p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
<div id="carouselButtons">
<button id="playButton" type="button" class="btn btn-default btn-xs" onclick="$('#bgndVideo').playYTP()">
<span class="glyphicon glyphicon-play" ></span>
</button>
<button id="pauseButton" type="button" class="btn btn-default btn-xs" onclick="$('#bgndVideo').pauseYTP()">
<span class="glyphicon glyphicon-pause"></span>
</button>
</div>
<button onclick="$('#bgndVideo').toggleVolume()">unmute/unmute</button>
<button onclick="$('#bgndVideo').pauseYTP()">pause</button><button onclick="$('#bgndVideo').playYTP()">play</button>
</div><!--/span-->
<div class="col-md-4">
<h2>Heading B</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div><!--/span-->
<div class="col-md-4">
<h2>Heading C</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<p><a class="btn btn-default" href="#" role="button">View details »</a></p>
</div><!--/span-->
</div><!--/row-->
<!-- END Mr. M.'s Rows -->
</div>
</div>
</div>
</div>
</section>
<!--Video Section Ends Here-->
</body></html>