Markers

November 25, 2019 ยท View on GitHub

Overview

Based in Markers and Postroll plugins.

This plugin allows you to create Visual Cues in the progress time rail and inject HTML content in these markers. The HTML content will be displayed every time the media reaches a marker.

Every marker answer to a URL to inject the content in the video player when the marker position is reached.

Color for markers are configurable.

Keyword to use it

features: [..., 'markersrolls']

API

ParameterTypeDefaultDescription
markersRollsColorstring#E9BC3DSpecify the color of markers in hexadecimal code
markersRollsWidthnumber1Specify the width of markers in pixels
markersRollsobject{}Marker times in seconds associated to the URL to inject. See demo folder for examples.