HTML,WordPress和JS - 使用iFrame和全高文档:iframe位于元素

时间:2018-02-03 19:48:12

标签: javascript html wordpress iframe

我正在开发新的自我网站和自我WordPress主题,但我遇到了问题。

我想将我的画廊网站嵌入到wordpress页面中,iframe显示在元素上方,就像卡住了一样。 使用Lychee Gallery(https://lychee.electerious.com/)和此代码嵌入并获取iframe的高度:

<script>
function setHeight() {
parent.document.getElementById('iframemanga').style.height = 
document['body'].offsetHeight + 'px';
}
</script>

<style>
iframe {
width:100%;
}
</style>

<iframe id="iframemanga" frameborder="0" scrolling="no" 
onload="setHeight()" src="http://localhost/m/"> </iframe>

iFrame是真实的,但在网站本身之上。

关于我说话的例子 Example about what i'm talking
关于我在说什么的例子 Example about what i'm talking 2

0 个答案:

没有答案