A simple image component that displays a thumbnail preview of a video based on its URL. Supports lazy loading and a visual indicator when the thumbnail is active (selected).

  • Uses getVideoThumbnail() to extract the thumbnail URL.
  • Adds a border to indicate the currently active video.
<VideoThumb url="https://example.com/video.mp4" isActive />

Functions

default

Modules

<internal>