iframe
iframe
The ds.iframe component creates a rectangular region in your page where the embedded content will be displayed. You specify the source of the content using the src property, which can be a URL to another web page, an image, a video, or any other web resource.

Example:

Input
-- cb.code:
lang: ftd

-- ds.iframe:
src: https://fastn.com/home/
width: fill-container
height.fixed.px: 450
Lang:
ftd
Output

Properties of ds.iframe component

  • src - type: string It’s used to add url to ds.iframe component.
  • width - type: ftd.resizing It’s used to add width to ds.iframe component.
  • height - type: ftd.resizing It’s used to add height to ds.iframe component.
Copyright ©2022. Fastn Inc.