如何在全屏模式下将YouTube iframe背景设置为“黑色”?

时间:2018-07-01 02:03:24

标签: javascript html iframe youtube

我搜索了很多有关“当全屏视频而不是白色时如何使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>

0 个答案:

没有答案
相关问题