【发布时间】:2020-05-07 09:00:23
【问题描述】:
由于某些认证要求,我想为我的网站禁用 <Video> 标签的画中画功能,但 Firefox 不允许关闭。任何帮助将不胜感激。
- Firefox 使用
shadow-root和{mode:"closed"}来强制显示画中画工具(See the image)。 - Firefox 也不支持画中画 API - check this link
注意:我还添加了 disablePictureInPicture 属性,但它仍然不适用于 firefox。
<video width="400" src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" controls disablePictureInPicture></video>
【问题讨论】:
标签: javascript firefox html5-video shadow-dom firefox-developer-tools