I Want to embed a webpage into my note using this html code
<iframe src="INSERT YOUR URL HERE"></iframe>
but the embedded page appears really small.
Is there a way that the site covers the entire screen?
<iframe src="INSERT YOUR URL HERE"></iframe>
but the embedded page appears really small.
You can add width (and even height) properties before src
.
So you can go with width="1200"
or even bigger.
Thanks works well
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.