我想将YouTube中的视频放在网站的背景中,但视频标题并未隐藏。我不知道为什么,因为我输入了URL" controls = 0"。这是代码和屏幕。 screen 代码:
<div class="video-background">
<iframe frameborder="0" height="100%" width="100%" src="https://www.youtube.com/embed/NwbEe6-EYFA?&theme=dark&autoplay=1&keyboard=1&autohide=1&modestbranding=1&fs=0&showinfo=0&rel=0&start=14&controls=0" allowfullscreen></iframe>
</div>
CSS:
.video-background {
position: fixed;
z-index: -99;
width: 100%;
height: 100%;