我多年来一直使用此代码段将YouTube视频嵌入到我的网站中,但它在Safari(10.0.2桌面版)中不再有效,请参阅上面的链接。知道如何让它工作吗?:
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="..."></iframe>
</div>
哪个来自bootstrap的文档: http://getbootstrap.com/components/#responsive-embed