我的网站上有一些带有背景视频的div,但出于某种原因,在Mac(firefox和safari)上,他们都出现了一种奇怪的绿色色调。我将它们作为普通视频包含在内,而不是以任何方式改变颜色,它们在Windows上的所有浏览器上都能正常工作。这是HTML:
`<div class="container-fluid splash">
<video autoplay loop class="video-background" muted plays-inline>
<source src="splashpage.m4v" type="video/mp4">
</video>
</div>`
CSS:
.splash {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
以下是网站上的内容: