Looking for the old docs? Go here

Remotion

Thumbnail

This component is used to render a specified frame of a Remotion video.

HTMLAttributes
Ref<HTMLElement>
import { RemotionThumbnail, type RemotionThumbnailProps } from "@vidstack/react";
<RemotionThumbnail frame={100} />
PropTypeDefault
frame
number
undefined
renderLoading
RemotionLoadingRenderer
undefined
errorFallback
RemotionErrorRenderer
undefined
asChild
boolean
false
CallbackType
onError
function

Previous