I have a standalone page on same domain and want to display it in an Iframe from wordpress site via muffin builder.
I looked at some of the post feedback and answers you provide but unable to accomplish it.
What option or item I need to use to display it (that is an iframe correctly)?
I want to display this entire page of www.questforlife.club/en in that ifram e
Thanks
Comments
<iframe id="myframe" src="https://www.questforlife.club/en/" style="position: absolute; width:100%; height: 100%; border: none;"></iframe>
This second website (with BeTheme) doesn't work, its shows a blank page.
Did you try to disable all of the plugins and clearing the cache?
Also, we cannot support custom scripts at all, maybe some variables are
similar to our variables and because of this, it isn't working.
Thanks.
iFrame doesn't know how much pixels must have because he's in body container which does not have any height parameter.
I recommend you, to change 100% height to 100vh.
It will work.
Thanks.
frameborder="0" allowfullscreen></iframe>