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:
Yiannis Christodoulou 2025-10-09 18:32:20 +03:00
parent acdf11d597
commit 09c643b6b1

View File

@ -2119,14 +2119,6 @@ function VideoJSPlayer({ videoId = 'default-video' }) {
'errorDisplay',
'textTrackSettings',
'resizeManager',
'playToggle',
//'volumePanel',
'currentTimeDisplay',
'timeDivider',
'durationDisplay',
// Remove progressControl from here
'fullscreenToggle',
],
});