Embed web pages resizing

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?

You can add width (and even height) properties before src.
So you can go with width="1200" or even bigger.

1 Like

Thanks works well

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.