jQuery實現視頻作為全螢幕背景,jquery全螢幕

來源:互聯網
上載者:User

jQuery實現視頻作為全螢幕背景,jquery全螢幕

先上

完整代碼如下

複製代碼 代碼如下:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>如何使用jQuery製作全螢幕背景的嵌入mp4-柯樂義</title>
<meta name="description" content="柯樂義使用jQuery 製作全螢幕背景的嵌入視頻" />
<meta name="author" content="Keleyi" />
<link rel="stylesheet" href="http://keleyi.com/keleyi/phtml/jqtexiao/28/css/style.css">
<link rel="stylesheet" href="http://keleyi.com/keleyi/phtml/jqtexiao/28/BigVideo/css/bigvideo.css">
</head>
<body>
<div class="main">
<div id="overview" class="box">
<h1>一隻小蜜蜂,飛在花叢中</h1>
<h2>左飛飛,右飛飛,剪刀、石頭、布</h2>
<h2>請使用<a href="http://keleyi.com/a/bjac/g039tue3.htm">支援HTML5的瀏覽器</a>查看本頁。<a href="http://keleyi.com/a/bjad/s11hwa0d.htm">原文</a></h2>
</div>
</div>
<!-- BigVideo Dependencies -->
<script src="http://keleyi.com/keleyi/pmedia/jquery/jquery-2.1.1.min.js"></script>
<script src="http://keleyi.com/keleyi/phtml/jqtexiao/28/jquery-ui.min.js"></script>
<script src="http://keleyi.com/keleyi/phtml/jqtexiao/28/video.js/video.js"></script>
<!-- BigVideo -->
<script src="http://keleyi.com/keleyi/phtml/jqtexiao/28/BigVideo/lib/bigvideo.js"></script>
<!-- Demo -->
<script>
$(function () {
var BV = new $.BigVideo();
BV.init();
BV.show('http://down.keleyi.com/files/Keleyi.mp4', { doLoop: true });
});
</script>
</body>
</html>

小夥伴們記得要使用支援html5的瀏覽器來查看本特效哦。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.