Skip to content

Instantly share code, notes, and snippets.

@Falv7
Falv7 / bbw-controls.js
Created April 3, 2026 11:02
BBW-style controls plugin for Brightcove player
videojs.registerPlugin('bbwControls', function() {
var style = document.createElement('style');
style.textContent = [
'.video-js .vjs-control-bar {',
' background: none !important;',
' display: flex !important;',
' justify-content: flex-end !important;',
' align-items: flex-end !important;',
' padding: 0 16px 16px 0 !important;',
' gap: 10px !important;',