mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-08 08:28:54 -05:00
Remove unused control bar items from VideoJSPlayer
Eliminated several control bar components such as playToggle, currentTimeDisplay, timeDivider, durationDisplay, and fullscreenToggle from the VideoJSPlayer configuration to streamline the player UI.
This commit is contained in:
parent
acdf11d597
commit
09c643b6b1
@ -2119,14 +2119,6 @@ function VideoJSPlayer({ videoId = 'default-video' }) {
|
||||
'errorDisplay',
|
||||
'textTrackSettings',
|
||||
'resizeManager',
|
||||
|
||||
'playToggle',
|
||||
//'volumePanel',
|
||||
'currentTimeDisplay',
|
||||
'timeDivider',
|
||||
'durationDisplay',
|
||||
// Remove progressControl from here
|
||||
'fullscreenToggle',
|
||||
],
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user