videojs / video.js

Video.js - open source HTML5 video player
https://videojs.com
Other
37.95k stars 7.44k forks source link

about volume location not at centre #8077

Closed R8KwEwN2hvrhY closed 1 year ago

R8KwEwN2hvrhY commented 1 year ago

Description

the volume location not at centre,anywhere active or noactive. the html

in chorme edge firefox just like than 1 2 3 even in virtual machine win11 100% zoom just like than.may be in chinaese would like than? the test html,if test change the src [新建 文本文档 (3).txt](https://github.com/videojs/video.js/files/10441523/3.txt) i had not idea but change the style let the dot not show /* css how to hide little circle in progressbar */ .vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before { content: ""; } ### Reduced test case _No response_ ### Steps to reproduce 1.website play video 2. 3. ### Errors _No response_ ### What version of Video.js are you using? 7.20 ### Video.js plugins used. _No response_ ### What browser(s) including version(s) does this occur with? chrome 109 ### What OS(es) and version(s) does this occur with? windows11
video-archivist-bot commented 1 year ago

Hey! We've detected some video files in a comment on this issue. If you'd like to permanently archive these videos and tie them to this project, a maintainer of the project can reply to this issue with the following commands:

mister-ben commented 1 year ago

That can happens when the browser language is Chinese, that changes something about font sizing. It's fixed in version 8, with the changes in #7990

R8KwEwN2hvrhY commented 1 year ago

That can happens when the browser language is Chinese, that changes something about font sizing. It's fixed in version 8, with the changes in #7990

thank you hard work~,i will waitting~,actyllay this thing i thoght it native html5 better,always be centre

wseymour15 commented 1 year ago

Closing this ticket, as it looks to be resolved.