我正在尝试更改嵌入式 Dailymotion 视频的前景色和背景色,如下所示:
<iframe src="http://www.dailymotion.com/embed/video/xjo5zb?background=0000FF&foreground=00FF00&highlight=FF0000" width="480" height="270" frameborder="0" allowfullscreen></iframe>
foreground
和的值background
没有任何影响。我还注意到,选择深色(er)颜色highlight
会将背景颜色更改为浅灰色。
只使用一两个参数没有任何区别。
我错过了一些明显的东西吗?