interface ThumbnailViewProps {
    currentTime: number;
    seekBarWidth: number;
    thumbSize?: number;
}

Properties

currentTime: number

The current scrubber time.

seekBarWidth: number

The width of the seekbar.

thumbSize?: number

The size of the thumbnail image, expressed as a percentage of the smaller screen dimension (width or height).

Default

0.35 (35%).