vlitejs / vlite

🦋 vLitejs is a fast and lightweight Javascript library for customizing video and audio player in Javascript with a minimalist theme (HTML5, Youtube, Vimeo, Dailymotion)
https://vlite.js.org
MIT License
266 stars 18 forks source link

Make area to click seeking bar wider #117

Closed ignl closed 6 months ago

ignl commented 8 months ago

If the feature request is for a plugin or provider, specify it here.

control-bar

If the feature solves a problem you have, specify it here.

It's relatively hard to move video back and forth with vlitejs control bar. It seems the line that you have to hit is very thin and you must be very precise I often miss it and pause the video accidentally. If you try youtube player you can notice it's basically impossible to pause video accidentally because it's much more forgiving if you are few pixels over the line it will still seek instead of pausing the video.

Describe the proposed feature.

Make control-bar seeking line click area wider.

Describe alternatives you've considered

No response

Additional context

No response

Related issues

No response

yoriiis commented 8 months ago

Thanks @ignl for the report. It's true that it was a little too thin. Can you look at the changes and test on your side too (#119)?

ignl commented 8 months ago

Much better, thanks!