YouTube嵌入式视频在Web控制台中显示CSS错误

时间:2018-09-05 02:43:50

标签: css css3 youtube embed css-validator

我使用以下标记将两个YouTube视频添加到了我的网站。

<div>
    <iframe width=560 height=315 src='https://www.youtube.com/embed/nlybxACec_0' allowfullscreen></iframe>
    <iframe width=560 height=315 src='https://www.youtube.com/embed/vVm_qWeB9wg' allowfullscreen></iframe>
</div>

该站点同时通过HTML5CSS验证程序。但是,在Firefox上加载时,Web控制台会出现许多烦人的CSS错误。

CSS errors shown in Firefox

有什么办法摆脱这些?

0 个答案:

没有答案