-
Notifications
You must be signed in to change notification settings - Fork 9
not icon and some eeror in console(at video.js 8.0.3 8.0.4) #55
Comments
What error do you get when you don't use the min file? |
at video.js8 extends has been discard,but i saw the videojs-http-source-selector need that .i don't get it have |
1 similar comment
Could you try the latest commit? |
first open can't saw it maybe network too slow,i have question the css file is necessary?and thank your work~ |
i hope the label at 'auto' display like youtube can see the current quality,jus like 'auto 720p' |
Hi @friendtasy, I believe the CSS is necessary to display the little cog icon. I had to tweak the CSS because it styled other plugin menu entries as well. I made it more specific. I am not great with CSS or I would submit this as a PR. However, it might work for you as well as I can see in the screenshot above that you have two cogs showing as well so might have the same issue. .video-js.vjs-http-source-selector {
display:block
}
div.vjs-http-source-selector > button:nth-child(1) > span:nth-child(1)::before {
font-family:VideoJS;
font-weight:normal;
font-style:normal;
content:"\f110"
} |
@josephsellers Could you try the latest commit? I updated the css |
i try it,i don't found any question. but the question no change |
two cogs because one is speed change |
not icon and some eeror in console
The text was updated successfully, but these errors were encountered: