🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A Vue.js component which allows to use a video as the background of your web application.

Other

Documentation

Video Background

Install via NPM

Available through npm as vue-videobg.

npm install --save vue-videobg 

Usage

import VideoBg from 'vue-videobg'  Vue.component('video-bg', VideoBg)  // or new Vue({   el: 'body',   components: { VideoBg } })
<video-bg :sources="['demo/assets/video.mp4']" img="demo/assets/bg.jpg">   <!-- If you want to add content here, a slot is waiting! --> </video-bg>

License

VideoBackground is released under the MIT License. See the bundled LICENSE file for details.


You May Also Like