<iframe> tag. This is great for product walkthroughs, onboarding, and feature explainers inside your docs.
Embed a Tella video
- Open the Tella video you want to embed and click the Share icon to open the embed settings.
- Toggle the options you want (autoplay, branding, title, etc.), then copy the embed code.
-
Open the
.mdxfile in your Mintlify docs project where you want the video to appear, and paste the iframe.
VIDEO_ID with the ID from your Tella share link (or paste the full embed code from Tella).
The result looks like this:
Tips
-
Set
style={{ aspectRatio: "16/9" }}so the iframe scales correctly on all screen sizes. Using a fixedheightwill crop or letterbox the video. -
Wrap the iframe in Mintlify’s
<Frame>component if you want a caption underneath: - To fine-tune what viewers see (hide the avatar, hide the title bar, autoplay, loop, start time, etc.), tweak the toggles in Tella’s embed settings. The query parameters in the iframe URL update automatically.