【发布时间】:2020-12-05 11:45:45
【问题描述】:
我想使用 javascript 在 iframe 中更改 youtube 播放头的颜色。 HTML:
<iframe width="420" height="315"
src="https://www.youtube.com/embed/'Example'">
</iframe>
我想改变这个 (CSS)
.ytp-swatch-background-color {
background-color: #f00;
}
到这个 (CSS)
.ytp-swatch-background-color {
background-color: green;
}
【问题讨论】:
标签: javascript html css iframe youtube