ktg5 / YT-HTML5-Player

Recreate the old YouTube player looks using Userscripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

small empty spot in the video player, (firefox ver 108.0.2)

UnderscoreAngel opened this issue · comments

commented

I can try to see what I can do but this can't be fixed by just changing the width of the Progress Bar.

I can try to see what I can do but this can't be fixed by just changing the width of the Progress Bar.

(sorry read wrong lol)

edit2: I'm p sure it has to do with the video resolution, pushing f5 several times does work, I have also tried to lock the resolution with yt redux but it doesn't work either

it happens for me too. 100% of the time.

pushing f5 several times does work

@UnderscoreAngel what do you mean?

commented

just to note, this has been a thing since the beginning of this project. if I were to adjust the size of the progress bar, the scrubber would be off by some amount and I'm pretty sure I'd have to change the transform CSS value in someway (which is changed by the main player script).
image
as seen in this screenshot, the scrubber (round ball that moves as the video goes on) is off from the progress bar by a bit.

chapters are another thing when it comes to fixing this since each chapter uses the same class names, .ytp-chapter-hover-container. so if we were to set the width on that element to width: 100%; it'll look fine with videos that don't use chapters, but videos that do will look something along this...
image

i'm not really sure if this is fixable without having to worry about chapters

commented

if people are fine with the scrubber being off by just a bit, I might have a final solution.

As of the latest dev builds, this is somewhat fixed, but there's other issues that appear to happen.