-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The bar is not centered in video control section #7989
Labels
Comments
Fixed in #7990, which will be in the next v8.x release. CSS like below could be used for v7.x players. .video-js .vjs-volume-level:before,
.video-js .vjs-play-progress:before {
top: unset !important;
line-height: .35em;
} |
edirub
pushed a commit
to edirub/video.js
that referenced
this issue
Jun 8, 2023
…istent (videojs#7990) Fixes videojs#7989 BREAKING CHANGE: This changes how slider handles are styled, so custom skins that are targeting them may need to change.
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Description
Reduced test case
No response
Steps to reproduce
Errors
No response
What version of Video.js are you using?
^7.20.3
Video.js plugins used.
No response
What browser(s) including version(s) does this occur with?
chrome 104.0.5112.81
What OS(es) and version(s) does this occur with?
mac
The text was updated successfully, but these errors were encountered: