Skip to content

Images and Videos

Use images and videos when they make a workflow easier to follow. Keep media files inside this docs repository or link to a dedicated public media host.

Use Markdown image syntax for screenshots:

![Registration page editor](../../../assets/images/registration-page-editor.png)

Store durable documentation images in src/assets/images/. Use descriptive filenames and include meaningful alt text.

For walkthrough videos, prefer embedding a hosted video instead of committing large video files to Git:

<VideoEmbed
title="Create your first webinar walkthrough"
src="https://example.com/embed/video-id"
/>

Only use public/videos/ for small, durable files. Large walkthrough videos should live in a video host or CDN.

<video controls src="/videos/create-your-first-webinar.mp4"></video>