Here's an example of using the provided embed code to seamlessly integrate a Courseau course into another platform (in this case Typedream).
You can also modify the code snippet before inserting it into your website and adjust sizing.
β
<iframe ... style="border: none; height:100%; width:100%;"></iframe>
Given the above HTML snippet, we can modify height and width to be pixel values instead of taking up the size of it's parent element. e.g. "height:100%;" β "height:600px" or "width:100%" β "width:800px". More information
β