How to display a portal or a style guide using an iframe
To display a portal or style guide (public or private) within your website, you can use the HTML iframe tag.
Height and width of the portal can be modified within the iframe tag.
Example 1:
<iframe src="(your portal/style guide URL here)"></iframe>
Example 2:
<iframe src="(your portal/style guide URL here)" width="200" height="200"></iframe>
Note: For security reasons, Canto blocks the use of these URLs within an iframe by default.
Please contact our support team if you would like to have your portal/style guide URL whitelisted for use within an iframe on your website.