Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] change subtitles colors #4682

Open
Yumega opened this issue May 5, 2024 · 2 comments
Open

[Feature request] change subtitles colors #4682

Yumega opened this issue May 5, 2024 · 2 comments
Labels
feature-request Request of a new feature module:player Impacts the video player of Invidious type:accessibility High contrast, keyboard navigation, screen-reader friendly content, subtitles, ...

Comments

@Yumega
Copy link

Yumega commented May 5, 2024

add feature to change subtitles colors for all playing videos

@Yumega Yumega added the feature-request Request of a new feature label May 5, 2024
@unixfox
Copy link
Member

unixfox commented May 5, 2024

Related: videojs/video.js#8297

@iv-org iv-org deleted a comment from Yumega May 5, 2024
@SamantazFox
Copy link
Member

This is possible by going into this menu:
image

However, the settings are reset between each videos, and the following CSS prevents the background from being changed (why was it even added in the first place? to look more like YT?):

.video-js .vjs-text-track-display > div > div > div {
background-color: rgba(0, 0, 0, 0.75) !important;
border-radius: 9px !important;
padding: 5px !important;
}

@SamantazFox SamantazFox added module:player Impacts the video player of Invidious type:accessibility High contrast, keyboard navigation, screen-reader friendly content, subtitles, ... labels May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request of a new feature module:player Impacts the video player of Invidious type:accessibility High contrast, keyboard navigation, screen-reader friendly content, subtitles, ...
Projects
None yet
Development

No branches or pull requests

3 participants