我正在开发新的自我网站和自我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是真实的,但在网站本身之上。
关于我说话的例子
关于我在说什么的例子