iFrame
An iFrame is used to encapsulate the content of another website / webpage. An iFrame can be included on to either a Staff or Client Nimbus Home Page.
The size of iFrame must be defined as follows:
Height
Width
Full screen or not
Border
An example of a defined iFrame is as follows:
<iframe width="1140" height="541.25" src="https://source" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
Note: https://source to be replaced with the website URL
Note: the website URL you wish to embed MUST be allowed to run in an iFrame