中心TED谈话iFrame

时间:2018-06-15 01:46:38

标签: html css iframe alignment center

我希望将Ted演讲嵌入我的网站,但想要集中精力。

iframe在多个div中,所以我在必要的参数中进行隔离和编码时遇到了一些麻烦。

当前代码:



<div style="max-width:854px"><div style="position:relative;height:0;padding-bottom:56.25%"><iframe src="https://embed.ted.com/talks/derek_sivers_keep_your_goals_to_yourself" width="854" height="480" style="position:absolute;left:0;top:0;width:100%;height:100%" frameborder="0" scrolling="no" allowfullscreen></iframe></div></div>
&#13;
&#13;
&#13;

1 个答案:

答案 0 :(得分:0)

尝试第一个div的样式margin: 15%;。 根据您的要求增加或减少价值