Я много искал о том, "как сделать фон 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>