Skip to content

Display correct start (poster) image for the video sequence #55

@chdh

Description

@chdh

When the video is loaded without an explicit poster image and with autoplay = false, the first image of the entire video is displayed and not the first image of the specified video sequence (the video image at the start offset).

In my application program, I can solve this problem with the following code:

player.one("canplay", () => player.currentTime(0));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions