Skip to content

Certain controls can no longer be hidden #2007

@sanjeev-abi

Description

@sanjeev-abi

The controls Download, Playback speed and Picture-in-picture couldn't be hidden via configuration anymore.
Affected version: 3.3.3.

Neither setting the config prop with

{ html: { attributes: { controlsList: "nodownload noplaybackrate", disablePictureInPicture: true } } } 

nor the props pip as false, controlsList="nodownload noplaybackrate" and disablePictureInPicture={true}
could hide them.

In prev version 2.16.0 this was possible with

{ file: { attributes: { controlsList: "nodownload noplaybackrate", disablePictureInPicture: true } } }

The temporary workaround is to set those props directly in the DOM on the video element, which is not the best solution.

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