kaltura-player-js

UI

The UI configuration supports the following params:

See also the UI guides.

##

External CSS

An external style sheet URL can be given in the configuration as follows:

{
  ui: {
    css: 'https://myDomain.com/path/to/css'; // place a valid css file URL String
  }
}

The main use case of this parameter is for Auto Embed and IFrame Embed

Read also about customizing the Player CSS.

##