最近在做一个大屏项目,有一个需求视频做背景,这个在vue 开发的时候做了很多遍了,以为手到擒来。
找不到视频路径
放到src 文件夹下还是public 文件里都是播放不了的。
1、放到public 文件家里 2、vedio 标签加载src 直接下./ 在root 目录加载即可
<videoloopautoPlaymuted><source src&#61;"./444.mp4" type&#61;"video/mp4"/></video>
video {position: absolute;/* Vertical and Horizontal center*/top: 0; left: 0; right: 0; bottom: 0;width:100%;height:100%;object-fit: cover;z-index: -1;}