How to embed external webpage
Hi,
I´d like to embed an external webpage in my Brizy Cloud project. Basically, I want to keep Brizy´s header and footer and insert an external page as its body.
This is the external page
https://webinar.masquecuidar.com/pregunta/
It´s a dynamic page so its heights changes dynamically
This is the closest I´ve got to achieve it:
https://covid19.masquecuidar.com/preguntas-covid
How can do it?
0
-
Maybe use the Embed element ? and pun an iframe there to include it ?
<iframe src="https://webinar.masquecuidar.com/pregunta/" height="200" width="300"></iframe>
or this:
<iframe src="https://webinar.masquecuidar.com/pregunta/" style="height:200px;width:300px;"></iframe>
the dynamic height might be a problem as iframes need fixed heights.
More about iFrames and how they work here: https://www.w3schools.com/html/html_iframe.asp
Hope this helps.
0
Please sign in to leave a comment.
Comments
1 comment