mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-05 23:18:53 -05:00
Hide load progress bar in VideoJSPlayer seek bar
Set loadProgressBar to false in the seekBar config to hide the buffered/loaded progress indicator in the VideoJSPlayer component.
This commit is contained in:
parent
aa458a1a31
commit
166882558d
@ -2085,7 +2085,7 @@ function VideoJSPlayer({ videoId = 'default-video' }) {
|
||||
controlBar: {
|
||||
playToggle: true,
|
||||
progressControl: {
|
||||
seekBar: {},
|
||||
seekBar: { loadProgressBar: false }, // Hide the buffered/loaded progress indicator
|
||||
},
|
||||
/* progressControl: {
|
||||
seekBar: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user