-
Notifications
You must be signed in to change notification settings - Fork 886
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
[Bug]: Problem with subtitle centering with local language option #2931
Comments
This seems to happen with any non-english auto generated subtitles. I have found I can fix it via adding the following to src/renderer/videoJS.css
Not sure if there is a neater way (without using !important).
I also don't know if it is intended to have left justified subtitles. Some languages are read right to left and I don't know how centre justifying the text will impact them. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@petaded is this the same issue In https://youtu.be/yGXaAWbzl5A FreeTube_gs7bPe38fg.mp4 |
@efb4f5ff-1298-471a-8973-3d47447115dc It's a similar problem and the same area of code would be changed to fix it, but not the exact same fix/issue. To be honest this looks like an bug in whatever video third party we are using or how we use it. I would guess typo somewhere and the css was supposed to be the same across them. This is all done in in-line style which means it take precedent over any css we add to videoJS.css unless we add the !important. You could override this value in our code and force all subtitles to be in the same position with the following to src/renderer/videoJS.css
but a disclaimer I'm not an expert on videoJS someone else may know a better solution. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Guidelines
Describe the bug
When local language are selected in subtitles, that are centered to the left instead center
Check image.
Thanks!
Expected Behavior
I dont know why happens
Issue Labels
visual bug
FreeTube Version
v0.18.0 Beta
Operating System Version
Windows 10
Installation Method
.exe
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
No response
Additional Information
No response
Nightly Build
The text was updated successfully, but these errors were encountered: