-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedia.html
More file actions
475 lines (472 loc) · 18 KB
/
Copy pathmedia.html
File metadata and controls
475 lines (472 loc) · 18 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page title -->
<title>VSDocs - most advanced documentation template on ThemeForest</title>
<!-- Page description -->
<meta name="description" content="">
<!-- Meta -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="icon" type="image/png" href="img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/favicons/favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" sizes="57x57" href="img/favicons/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicons/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicons/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicons/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-touch-icon-180x180.png">
<!-- Include StyleSheets -->
<link rel="stylesheet" href="css/style.min.css">
<!-- <link rel="stylesheet" href="css/custom.css"> -->
<script src="js/modernizr.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="page js-page ">
<!-- Header -->
<div class="header header-over large">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-6">
<!-- Logo Image -->
<a href="index.html" class="logo-image logo-animated">
<img src="img/logos/logo.png" alt="logo">
</a>
<!-- End of Logo Image -->
</div>
<div class="col-md-9 col-sm-6 col-xs-6">
<!-- Menu -->
<nav class="right helper">
<ul class="menu sf-menu js-menu">
<li>
<a href="index.html">Home</a>
<ul>
<li>
<a href="#">Menu</a>
<ul>
<li>
<a href="index-2.html">Left - Off Canvas</a>
</li>
<li>
<a href="index-3.html">Right - Off Canvas</a>
</li>
</ul>
</li>
<li>
<a href="index-4.html">Text Rotator</a>
</li>
<li>
<a href="index-5.html">Video</a>
</li>
<li>
<a href="index-6.html">One Page Docs</a>
</li>
</ul>
</li>
<li>
<a href="#">Pages</a>
<ul>
<li>
<a href="panels.html">Panels</a>
</li>
<li>
<a href="#">Blog</a>
<ul>
<li>
<a href="blog-grid.html">Blog Grid</a>
</li>
<li>
<a href="article.html">Article</a>
</li>
</ul>
</li>
<li>
<a href="faq.html">Faq</a>
</li>
<li>
<a href="notification.html">Notification</a>
</li>
<li>
<a href="tutorial.html">Tutorial</a>
</li>
<li>
<a href="login.html">Login</a>
</li>
<li>
<a href="register.html">Register</a>
</li>
</ul>
</li>
<li>
<a href="#">Elements</a>
<ul>
<li>
<a href="buttons.html">Buttons</a>
</li>
<li>
<a href="boxes.html">Boxes</a>
</li>
<li>
<a href="code.html">Code</a>
</li>
<li>
<a href="notes.html">Notes</a>
</li>
<li>
<a href="files.html">File tree</a>
</li>
<li>
<a href="media.html">Media</a>
</li>
<li>
<a href="book.html">Book</a>
</li>
<li>
<a href="steps.html">Steps & Tabs</a>
</li>
<li>
<a href="misc.html">Misc</a>
</li>
</ul>
</li>
<li>
<a href="#">Layouts
<span class="menu-label">v1.2</span>
</a>
<ul>
<li>
<a href="views.html">Views without sidebar</a>
</li>
<li>
<a href="views-left.html">Views left sidebar</a>
</li>
<li>
<a href="views-right.html">Views right sidebar</a>
</li>
<li>
<a href="#">Full left sidebar</a>
<ul>
<li>
<a href="views-left-full.html">Regular</a>
</li>
<li>
<a href="views-left-full-compact.html">Compact</a>
</li>
</ul>
</li>
<li>
<a href="#">Full right sidebar</a>
<ul>
<li>
<a href="views-right-full.html">Regular</a>
</li>
<li>
<a href="views-right-full-compact.html">Compact</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
<a href="changelog.html">Changelog</a>
</li>
<li>
<a href="contacts.html">Contacts</a>
</li>
</ul>
</nav>
<!-- End of Menu -->
</div>
</div>
</div>
</div>
<!-- End of Header -->
<!-- Header Back -->
<div class="header-back header-back-simple header-back-small">
<div class="header-back-container">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Page Info -->
<div class="page-info page-info-simple">
<h1 class="page-title">Media</h1>
<h2 class="page-description">Embedding a video onto a web page becomes as easy as cutting and pasting.</h2>
</div>
<!-- End Page Info -->
</div>
</div>
</div>
</div>
</div>
<!-- End of Header Back -->
<div id="content">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Category Info -->
<div class="category-info helper pt0" id="youtube-responsive-video">
<h3 class="category-title"> YouTube responsive video
<!-- Fragment Identifier -->
<a class="fragment-identifier js-fragment-identifier fragment-identifier-scroll" href="#youtube-responsive-video">
<i class="fa fa-link"></i>
</a>
<!-- End of Fragment Identifier -->
</h3>
<h4 class="category-description">Here's an example of a YouTube video that is directly embedded into this page. How do you do it? When you locate a video you'd like to add to your page on YouTube, look below the video for a Share button.</h4>
</div>
<!-- End of Caregory Info -->
<!-- Video -->
<iframe class="video js-responsive-video" src="https://www.youtube.com/embed/qfwpEWaJXS4?showinfo=0" style="border:0" allowfullscreen></iframe>
<!-- End of Video -->
<!-- Category Info -->
<div class="category-info " id="vimeo-responsive-video">
<h3 class="category-title"> Vimeo responsive video
<!-- Fragment Identifier -->
<a class="fragment-identifier js-fragment-identifier fragment-identifier-scroll" href="#vimeo-responsive-video">
<i class="fa fa-link"></i>
</a>
<!-- End of Fragment Identifier -->
</h3>
<h4 class="category-description">Embedding allows you to take your video — or someone else's video — and post it on a web page outside of Vimeo. For example, you can embed a video on your blog and then people can watch your video there without having to visit Vimeo.</h4>
</div>
<!-- End of Caregory Info -->
<!-- Video -->
<iframe class="video js-responsive-video" src="https://player.vimeo.com/video/86821694" width="500" height="281" style="border:0" allowfullscreen></iframe>
<!-- End of Video -->
<!-- Category Info -->
<div class="category-info " id="youtube-playlist">
<h3 class="category-title"> Stream YouTube playlist by its ID
<!-- Fragment Identifier -->
<a class="fragment-identifier js-fragment-identifier fragment-identifier-scroll" href="#youtube-playlist">
<i class="fa fa-link"></i>
</a>
<!-- End of Fragment Identifier -->
</h3>
<h4 class="category-description">Here's an example of a YouTube video playlist that is directly embedded into this page. In that way you could present a video course. How do you do it? Just copy the id of your playlist that you can find in it's url and the plugin will do the rest.</h4>
</div>
<!-- End of Caregory Info -->
<!-- Video Advanced -->
<div class="video-advanced js-video-advanced" data-api="[enter your api key]" id="advanced-video" data-config='{
"playlist": "PLgGbWId6zgaWZkPFI4Sc9QXDmmOWa1v5F"
}'></div>
<!-- End of Video Advanced -->
<!-- Category Info -->
<div class="category-info " id="custom-video">
<h3 class="category-title"> Custom Video
<!-- Fragment Identifier -->
<a class="fragment-identifier js-fragment-identifier fragment-identifier-scroll" href="#custom-video">
<i class="fa fa-link"></i>
</a>
<!-- End of Fragment Identifier -->
</h3>
<h4 class="category-description">Videos are fully under your control. Now you can stream videos hosted anywhere.</h4>
</div>
<!-- End of Caregory Info -->
<!-- Custom Video -->
<video class="video-js" controls preload="auto" poster="http://themes.vsart.me/presentation/vsdocs/video/poster.png" data-setup="{}">
<source src="http://themes.vsart.me/presentation/vsdocs/video/video.mp4" type='video/mp4'>
<source src="http://themes.vsart.me/presentation/vsdocs/video/video.ogv" type='video/ogv'>
<source src="http://themes.vsart.me/presentation/vsdocs/video/video.webm" type='video/webm'>
<p class="vjs-no-js"> To view this video please enable JavaScript, and consider upgrading to a web browser that
<a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video>
<!-- End of Custom Video -->
<!-- Category Info -->
<div class="category-info " id="custom-video-playlist">
<h3 class="category-title"> Custom Video Playlist
<!-- Fragment Identifier -->
<a class="fragment-identifier js-fragment-identifier fragment-identifier-scroll" href="#custom-video-playlist">
<i class="fa fa-link"></i>
</a>
<!-- End of Fragment Identifier -->
</h3>
<h4 class="category-description">In case you have an entire course you would like to share with your customers, this component could be the best solution for you.</h4>
</div>
<!-- End of Caregory Info -->
<!-- Custom Video Playlist -->
<video id="video-playlist" data-config='{"continuous": true }' class="js-video-playlist video-js video-playlist-custom" controls preload="metadata" poster="http://themes.vsart.me/presentation/vsdocs/video/playlist/first.jpg" class=" video-js vjs-default-skin">
<source src="http://themes.vsart.me/presentation/vsdocs/video/playlist/first.mp4" type="video/mp4">
<source src="http://themes.vsart.me/presentation/vsdocs/video/playlist/first.webm" type="video/webm">
<source src="http://themes.vsart.me/presentation/vsdocs/video/playlist/first.ogv" type="video/ogv">
</video>
<div id="video-playlist-vjs-playlist" class="vjs-playlist">
<ul>
<li>
<a href="#" class="video-playlist-item-download js-video-playlist-item-download">
<i class="fa fa-download"></i>
</a>
<a class="vjs-track" href="#episode-0" data-index="0" data-src="http://themes.vsart.me/presentation/vsdocs/video/playlist/first"> Animating With Snap.svg.
<span class="video-playlist-item-duration"> 0:39 </span>
</a>
</li>
<li>
<a href="#" class="video-playlist-item-download js-video-playlist-item-download">
<i class="fa fa-download"></i>
</a>
<a class="vjs-track" href="#episode-1" data-index="1" data-src="http://themes.vsart.me/presentation/vsdocs/video/playlist/second"> Optimizing Page Load.
<span class="video-playlist-item-duration"> 0:10 </span>
</a>
</li>
<li>
<a href="#" class="video-playlist-item-download js-video-playlist-item-download">
<i class="fa fa-download"></i>
</a>
<a class="vjs-track" href="#episode-2" data-index="2" data-src="http://themes.vsart.me/presentation/vsdocs/video/playlist/third"> WordPress Admin Customization.
<span class="video-playlist-item-duration"> 0:28 </span>
</a>
</li>
<li>
<a href="#" class="video-playlist-item-download js-video-playlist-item-download">
<i class="fa fa-download"></i>
</a>
<a class="vjs-track" href="#episode-3" data-index="3" data-src="http://themes.vsart.me/presentation/vsdocs/video/playlist/first"> Rules of Great Form Design.
<span class="video-playlist-item-duration"> 0:39 </span>
</a>
</li>
<li>
<a href="#" class="video-playlist-item-download js-video-playlist-item-download">
<i class="fa fa-download"></i>
</a>
<a class="vjs-track" href="#episode-4" data-index="4" data-src="http://themes.vsart.me/presentation/vsdocs/video/playlist/second"> Using SVG Sprites.
<span class="video-playlist-item-duration"> 0:10 </span>
</a>
</li>
<li>
<a href="#" class="video-playlist-item-download js-video-playlist-item-download">
<i class="fa fa-download"></i>
</a>
<a class="vjs-track" href="#episode-5" data-index="5" data-src="http://themes.vsart.me/presentation/vsdocs/video/playlist/third"> Solid HTML Form Structure.
<span class="video-playlist-item-duration"> 0:28 </span>
</a>
</li>
</ul>
</div>
<!-- End of Custom Video Playlist -->
<!-- Category Info -->
<div class="category-info " id="gif-player">
<h3 class="category-title"> Gif Player
<!-- Fragment Identifier -->
<a class="fragment-identifier js-fragment-identifier fragment-identifier-scroll" href="#gif-player">
<i class="fa fa-link"></i>
</a>
<!-- End of Fragment Identifier -->
</h3>
<h4 class="category-description">By watching those short demo-gif you will better understand how the template works. In those demos we share some best practice recommendations to help you optimize your experience.</h4>
</div>
<!-- End of Caregory Info -->
<div class="helper center">
<!-- Gif Player -->
<div class="gif-player">
<img src="http://placehold.it/670x340" class="js-gif-player" alt="gif animation"> </div>
<!-- End of Grid view -->
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="js-footer-is-fixed">
<!-- Footer Default -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="footer-logo-wrapper">
<!-- Logo Image -->
<a href="index.html" class="logo-image ">
<img src="img/logos/logo.png" alt="logo">
</a>
<!-- End of Logo Image -->
<!-- Slogan -->
<p class="slogan"> Learn.
<br>Create.
<br>Impress. </p>
<!-- End of Slogan -->
</div>
</div>
<div class="col-md-9 col-sm-9 col-xs-12">
<div class="footer-wrapper">
<!-- Scroll top -->
<span class="scroll-top js-scroll-top">
<i class="fa fa-angle-up"></i>
</span>
<!-- End of Scroll top -->
<!-- Version -->
<div class="docs-version js-docs-version">
<span class="docs-current-version js-docs-current-version">v3.5</span>
<ul class="js-docs-version-list">
<li>
<a href="#">1.0</a>
</li>
<li>
<a href="#">1.5</a>
</li>
<li>
<a href="#">2.5</a>
</li>
<li>
<a href="#">3.0</a>
</li>
<li>
<a href="#">3.1</a>
</li>
</ul>
</div>
<!-- End of Version -->
<!-- Footer Menu -->
<ul class="footer-menu helper right">
<li>
<a href="#"> About us </a>
</li>
<li>
<a href="#"> Privacy Policy </a>
</li>
<li>
<a href="#"> Terms & Condotions </a>
</li>
<li>
<a href="#"> My account </a>
</li>
<li>
<a href="#"> Support service </a>
</li>
</ul>
<!-- End of Footer Menu -->
<!-- Copyright -->
<p class="copyright helper right">
<a href="http://vsart.me">VSArt</a>, all rights reserved. 2015 © </p>
<!-- End of Copyright -->
</div>
</div>
</div>
</div>
</div>
<!-- End of Footer Default -->
</footer>
<!-- End of Footer -->
</div>
<script src="js/all.js"></script>
<script src="js/custom.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<!--
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
-->
</body>
</html>