mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-09 08:58:53 -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 progressEl = progressControl.el();
|
||||||
const controlBarEl = controlBar.el();
|
const controlBarEl = controlBar.el();
|
||||||
controlBarEl.style.gap = 0;
|
controlBarEl.style.gap = 0;
|
||||||
controlBarEl.style.background = 'none';
|
// controlBarEl.style.background = 'none';
|
||||||
progressEl.style.background = 'none';
|
// progressEl.style.background = 'none';
|
||||||
|
|
||||||
// Remove progress control from control bar
|
// Remove progress control from control bar
|
||||||
controlBar.removeChild(progressControl);
|
controlBar.removeChild(progressControl);
|
||||||
|
|||||||
@ -12,12 +12,12 @@ const PlayerConfig = {
|
|||||||
// 'default' - use Video.js default positioning (inside control bar)
|
// 'default' - use Video.js default positioning (inside control bar)
|
||||||
// 'top' - progress bar above control bar
|
// 'top' - progress bar above control bar
|
||||||
// 'bottom' - progress bar below control bar
|
// 'bottom' - progress bar below control bar
|
||||||
nonTouchPosition: 'bottom',
|
nonTouchPosition: 'top',
|
||||||
|
|
||||||
// Position for touch devices: 'top' or 'bottom' (no 'default' option)
|
// Position for touch devices: 'top' or 'bottom' (no 'default' option)
|
||||||
// 'top' - progress bar above control bar
|
// 'top' - progress bar above control bar
|
||||||
// 'bottom' - progress bar below control bar (native touch style)
|
// 'bottom' - progress bar below control bar (native touch style)
|
||||||
touchPosition: 'bottom',
|
touchPosition: 'top',
|
||||||
|
|
||||||
// Progress bar color (hex, rgb, or CSS color name)
|
// Progress bar color (hex, rgb, or CSS color name)
|
||||||
color: '#019932',
|
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