我在html中做了一个页面,当我将它转换为joomla 2.5模板时,我遇到了一个问题。
- 在joomla模板index.php文件中不起作用。
这是代码
<video controls autoplay muted id="bgvid">
<source src="landing_video.mp4" type = "video/mp4">
</video>
和css
#bgvid {
position: fixed; right: 0; bottom: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100;
background-size: cover;
}
video {
display: block;
}
这是将视频作为背景的代码,它在index.php joomla模板中不起作用。
答案 0 :(得分:0)
感谢Rahul,
我没有检查视频的路径,这就是为什么它不起作用。