rubenOF / videojs-pip

videojs plugin for webkit "picture-in-picture" presentation mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

videojs-pip

video.js plugin to add a PIP button if the browser supports webkitSupportsPresentationMode

Built for video.js 5.x and above.

Usage

$icon-font-path: '~videojs-pip/fonts/';
@import "~videojs-pip/videojs-pip";
require('videojs-pip')
videojs(element, {
  pipButton: {}
})

License

MIT

About

videojs plugin for webkit "picture-in-picture" presentation mode


Languages

Language:JavaScript 73.0%Language:CSS 27.0%