Media Library
The Media Library lets you upload and manage files used in your video compositions.
Uploading Files
Click the Media button in the editor top bar to open the media drawer. You can:
- Click the upload zone or drag files onto it
- Upload images, videos, audio files, fonts (.woff, .woff2, .ttf, .otf), Lottie animations, and SVGs
- Maximum file size: 100 MB
Using Media in Code
Click on a media item to insert a code snippet into the editor. The correct import and component are added automatically:
- Images — Inserts
<Img src={staticFile("...")} - Videos — Inserts
<OffthreadVideo src={staticFile("...")} - Audio — Inserts
<Audio src={staticFile("...")} - Fonts — Inserts a font loading snippet
Managing Files
Hover over a media item to reveal the delete button. Uploaded files are stored per-project.