在WordPress二十七中如何使用IFRAME作为标题?

时间:2021-12-11 作者:topherbb

我是Wordpress的新手,目前正在尝试使用2017模板创建网站。我的最终目标是使用我在p5中制作的草图的iFrame作为标题媒体,这样当人们访问该网站时,他们会看到一个很酷的互动片段,而不仅仅是静态图像。这里有人知道怎么做吗?我很喜欢手工编写代码,但我对php非常不熟悉。

作为参考,我正在研究的网站位于http://www.staging3.robinseggstudio.com, 我想用草图来替换图像http://robinseggstudio.com/homePage_12-5c/RobinSketch/.

该网站位于Siteground上。

谢谢

1 个回复
SO网友:Kevin Marsden

这是可能的,但不是最佳做法。动画很酷,但iFrame增加了复杂性并降低了页面加载速度。

如果要查看其外观,请编辑此文件:

../wp-content/themes/twentyseventeen/template-parts/header/header-image.php
并将自定义标头div更改为:

<div class="custom-header">

    <iframe scrolling="no" width="100%" height="1000px" src="http://robinseggstudio.com/homePage_12-5c/RobinSketch/"></iframe>

</div><!-- .custom-header -->