build assets

This commit is contained in:
Yiannis Christodoulou 2025-10-10 01:45:47 +03:00
parent e1108a9ba6
commit 115af7497b
5 changed files with 82 additions and 82 deletions

View File

@ -1 +1 @@
VERSION = "6.7.1.beta-2"
VERSION = "6.7.1.beta-4"

View File

@ -2556,8 +2556,8 @@ function VideoJSPlayer({ videoId = 'default-video' }) {
const progressEl = progressControl.el();
const controlBarEl = controlBar.el();
controlBarEl.style.gap = 0;
controlBarEl.style.background = 'none';
progressEl.style.background = 'none';
// controlBarEl.style.background = 'none';
// progressEl.style.background = 'none';
// Remove progress control from control bar
controlBar.removeChild(progressControl);

View File

@ -12,12 +12,12 @@ const PlayerConfig = {
// 'default' - use Video.js default positioning (inside control bar)
// 'top' - progress bar above control bar
// 'bottom' - progress bar below control bar
nonTouchPosition: 'bottom',
nonTouchPosition: 'top',
// Position for touch devices: 'top' or 'bottom' (no 'default' option)
// 'top' - progress bar above control bar
// 'bottom' - progress bar below control bar (native touch style)
touchPosition: 'bottom',
touchPosition: 'top',
// Progress bar color (hex, rgb, or CSS color name)
color: '#019932',

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long