Skip to main content

IframeOutput

Iframe output widget for embedding external web content or HTML.

Signature

def IframeOutput(
url_or_html: str,
width: int = 800,
height: int = 600,
full_width: bool = False
)

Parameters

NameDescriptionTypeDefault
url_or_html (required)The URL to embed or HTML content to display in the iframe.strNone
widthWidth of the iframe in pixels.int800
heightHeight of the iframe in pixels.int600
full_widthWhether the iframe should take up the full width of its container.boolFalse