<media-preview-thumbnail>

This component is automatically rendered internally by <media-time-range>. While the default implementation covers most use cases, the documentation below describes how the component works for applications with advanced use cases.

The <media-preview-thumbnail> component displays an image while the user hovers over the media time range.

Default (no src)

<media-preview-thumbnail></media-preview-thumbnail>

With thumbnail and coords

<media-preview-thumbnail
  mediapreviewimage="https://image.mux.com/O6LdRc0112FEJXH00bGsN9Q31yu5EIVHTgjTKRkKtEq1k/storyboard.jpg"
  mediapreviewcoords="284 640 284 160"
></media-preview-thumbnail>
NameTypeDescription
mediacontrollerstringThe element `id` of the media controller to connect to (if not nested within).

The media UI attributes will be set automatically by the controller if they are connected via nesting or the mediacontroller attribute. Only set these attributes manually if you know what you're doing.

NameTypeDescription
mediapreviewimagestring Set to the timeline preview image URL.
mediapreviewcoordsstring Set to the active preview image coordinates.
NameDefaultDescription
--media-preview-thumbnail-displayinline-blockdisplay property of display.
--media-control-displayinline-blockdisplay property of control.