mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-09 00:48:54 -05:00
build assets
This commit is contained in:
parent
e1108a9ba6
commit
115af7497b
@ -1 +1 @@
|
||||
VERSION = "6.7.1.beta-2"
|
||||
VERSION = "6.7.1.beta-4"
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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
Loading…
x
Reference in New Issue
Block a user