Open onigetoc opened 7 years ago
@onigetoc I had the same issue, but the correct fix is:
.video-js .vjs-chromecast-button:before { font-size: 1.4em; }
While @Jad3z solution will work, I found that the spacing between the buttons was a little too large, so instead of changing the font on the before element I just changed it on the main element and that seemed to have reduced the spacing...
.video-js .vjs-chromecast-button{
font-size: inherit;
}
Hi, i find that the Chomecast button position is a little off.
margin-top: 1px;
add this to CSS.