Skip to main content

Description Configuration

Video descriptions are an important component of video content, serving as an additional source for attracting and retaining viewers, as it often serves as the second impression for potential viewers.

To configure the description of the video in Lura Player, you can use the following configuration.

AttributeTypeDescription
descriptionstringDescription of the content. (not necessary for token flow)
LuraPlayer("player", {
...
description: "Lorem ipsum dolor sit amet, consectetur adespiscing elit"
...
});