iframe

[iframe]

Creates an iframe for embedding a web page.

Do not add on new pages - this should only be used for backwards compatibility with the old website, as it doesn't work with modern security features on browsers - ensure a link to the page also exists for users unable to see the iframe.

Parameters
  • ‘src’ (string) Source of the iframe content. Should be a URL.
  • ‘height’ (string) Height of the iframe. Should be a number, followed by either px (for pixels) or % (for percentage of space).
  • ‘width’ (string) Width of the iframe. Should be a number, followed by either px (for pixels) or % (for percentage of space).