html5超酷视频全屏背景插件

  • A+
所属分类:播放器

html5超酷视频全屏背景插件

播放器演示

%title插图%num

html5超酷视频全屏背景插件演示

播放器介绍

vidbacking是一款响应式的,跨平台的html5视频背景插件。该视频背景插件允许你在页面中的某个div后整个页面中使用HTML5视频作为背景。通过该jQuery插件可以在容器中插入视频,也可以将视频作为页面的全屏背景。该视频插件使用简单,兼容IE9以上的浏览器。
使用简单,对于在<div>元素内制作视频背景效果,你只需要将video标签放在<div>元素内即可。

<div id="video-back">
  <video poster="screenshot1.jpg" autoplay muted loop class="vidbacking">
    <source src="video1.mp4" type="video/mp4">
    <source src="video1.webm" type="video/webm">
  </video>
    <!-- html content of the div -->
    <h1>Vidbacking Demo of <div> Background</h1>

</div>          

vidbacking HTML5视频背景插件的github地址为:https://github.com/souravm84/vidbacking

文件下载
下载地址

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: