Trying to deploy assets a different way? Explore some of our alternatives to deploying content:
A link is the easiest way to deploy Kyron assets into an LMS. Links can be embedded as an iframe into any supported LMS, or simply pasted as a redirecting link.
You can copy the link directly from Kyron Studio and paste it into any platform. To do so, follow these steps:
- Click “Export” in the upper right corner. 
- Make sure you are on the “Link” tab and click the two rectangles to copy the link. 
When deploying an asset link, your learners will be required to log in before starting the lesson.
- If a learner did not already create an account with Kyron, they can select the SSO option for Google or Microsoft. 
- If those options are not working, or your learner does not have a Google or Microsoft account, they can also type in their email address and click “Create an account” when the screen changes. 
iframe sizing recommendations
If you are looking to embed your Kyron asset as an iframe, there are a few tools that can support you with generating an embed code. Here are a few recommendations:
For the best learner experience, we recommend setting iframes to take up the maximum allowed width, with a 2.4:1 aspect ratio. You can achieve this by setting width: 100% and height: 40vw; in your iframe. For example:
HTML:
<iframe title="YOUR_COURSE_TITLE" style="width: 100%; height: 40vw;" src="URL_TO_YOUR_COURSE"></iframe>
NOTE: This is only Kyron lessons embedded on Canvas Pages. For Kyron lessons in a Canvas Assignments, the size is automatically set to "fill up the page".
Want to learn more about how to track your learners’ progress and data? Read this article!
See this in action—check out the video walkthrough on our YouTube channel. www.youtube.com/@kyronlearning