code for embedding websites
<iframe height="300" src="website url" width="100%">
<p>
Your browser does not support iframes.</p>
</iframe>
How to increase or change the size of Google Docs embedded in website or blog?
The Google Docs Embedded to website or blogs as it is, is quite small in size. To increase the Google Docs embed to a comfortable size, we can add height and weight attributes to the IFRAME embed code by editing the Blogger blog post as below.
The default Google Docs embed code looks something like this:
<iframe src="https://docs.google.com/document/d/1VXFyX__tcWk3yw4IiJ_esH1t5BwHZSXLae8oULJAV94/pub?embedded=true"></iframe>
To increase the Google Docs embed, add weight and height attributes as shown below in bold red letters:
<iframe src="https://docs.google.com/document/d/1VXFyX__tcWk3yw4IiJ_esH1t5BwHZSXLae8oULJAV94/pub?embedded=true" width="640" height="480" ></iframe>

Nice Post
ReplyDeleteTech Online Portal