Embed
Embed component used to display content from other websites within the current one.
This component can affect performance and raise security and accessibility issues, so it's advisable to use it only with trusted sources.
You are responsible for the content on your page, even if it is embedded from an external website.
Example:
How to author:
- In the DA menu, go to Library, then to Blocks, and select Embed.
- Populate the link from a trusted source.
Fixed-size embed
If you need to set a fixed height/width for the embed component, assign a height or width tag with a value in parentheses.
You can also assign tabletheight/tabletwidth and/or mobileheight/mobilewidth classes to control tablet/mobile size in the relevant view.
For example, to adjust the height of an embedded page, read as follows: height-[value in pixels]. The examples below show how these should look.
Examples of available classes:
-
height-400
-
width-400
-
tabletheight-400
-
tabletwidth-400
-
mobileheight-400
-
mobilewidth-400
Example: