Iframe
The iframe HTML element is used for embedding another HTML page into the current one.
Parameters (Blade)
| Key | Default value | Type | Available values | Description |
|---|---|---|---|---|
|
src
|
about:blank | string | - | Source URL |
|
loading
|
lazy | string | - | Loading type (for defering) |
|
width
|
100% | string | - | Width in number or % (ex: 100% or 400) |
|
height
|
400 | string | - | Height in number |
|
frameborder
|
0 | string | - | Default border of the iframe (0 for none, 1 for border) |
|
labels
|
string | - | JSON string of an object containing button, title and info labels | |
|
modifier
|
string | - | Modifier variable ex. video | |
|
title
|
External content | string | - | - |
|
poster
|
false | boolean | - | - |
|
id
|
string | - | The DOM id of the component. | |
|
classList
|
[] | array | - | Array containing wrapping classes array |
|
attributeList
|
[] | array | - | Array containing keys and values rendered as attributes |