Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 689 Bytes

File metadata and controls

19 lines (14 loc) · 689 Bytes

Title

The Title component displays the primary and secondary media titles (if available) above the player viewport. It remains hidden when no title data is present or when the feature is disabled. The component automatically updates based on media data and playback language.

Configuration

Configuration example with defaults:

const playerConfig = {
    title: {
        showSecondary: true
    }
};
Setting Name Type Description
showSecondary Boolean If true, shows the secondary title (if available).