cms
cms copied to clipboard
Control Bar Design Improvement
Proposed Changes
- Introduce a settings icon to access video quality and playback speed options.
- Move the progress bar above the control bar for improved visibility.
- Apply a gradient background to enhance the control bar's aesthetics.
These changes will make a sleeker and more user-friendly control bar.
Visuals:
- Before Changes
- After Changes
Request for Assignment :
Can I go ahead with implementing these changes? If possible, could someone (@hkirat) assign this enhancement to me?
Honestly, it looks pretty good. Feel free to create a PR for it. I'm confident that @hkirat won't mind enhancing the cleanliness of the video player UI.
@sahilsuman933 i will start working on it can you assign this to me .
I don't have the permission to assign you! @MohitGupta12
@hkirat can you assign this to me
I don't have the permission to assign you! @MohitGupta12
I will just start working on it
It seems @pankaj-2503 has already started working on it.
// @MohitGupta12
he just added the color to the progress bar, that's fine I can manage the rest, thanks @pankaj-2503
I will make a PR after doing all of these necessary changes
@sahilsuman933 hey i was researching on this issue, so I found out that we were using video js for our video player and video js has various skins but nothing like youtube so should I came out with 2-3 solutions
- Create your control bar and hide videojs's control bar this will require to code functionality and style
- Overwrite videojs's control bar with our CSS this would bemainly styles
what would be better?