vue3-youtube-background
v0.0.6
Published
Very easy to use.
Downloads
8
Maintainers
Readme
Make Youtube Video as Your Website's Background.
Very easy to use.
import {YoutubeBackground} from "vue3-youtube-background";
import "vue3-youtube-background/dist/style.css"
<div style="width: 100%; height: 70vh;">
<youtube-background video-id="rpcFhkFTej4">
<div class="tagline">Welcome to use YoutubeBackground</div>
</youtube-background>
</div>