Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 329 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 329 Bytes

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