我搜索了很多有关“当全屏视频而不是白色时如何使youtube iframe的背景变黑”
例如,这是我的youtube iframe
<iframe width="100%" height="45%"
[src]="https://www.youtube.com/embed/FyBeA6ct7F0?background=0&autoplay=1&controls=1&showinfo=&autohide=1"
frameborder="0"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen>
</iframe>
我也用这种方法检查过,但没有运气
<iframe width="100%" height="45%" style="background:#000; background-color:#000;"
[src]="https://www.youtube.com/embed/FyBeA6ct7F0?background=0&autoplay=1&controls=1&showinfo=&autohide=1"
frameborder="0"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen>
</iframe>