cladera / videojs-offset

VideoJS plugin for play a segment of a video.
MIT License
64 stars 43 forks source link

Slider bar goes out of the player #30

Open rangarks opened 6 years ago

rangarks commented 6 years ago

Every time I use the Offset plugin, my Seek slider goes out of the player. It works normal when I play it without the offset.

What could be the cause to this ? videojs issue

plugins

are any videojs plugins being used on the page? If so, please list them below. videojs offset

nguyencnttk8c commented 6 years ago

@kshitij0392 add this code into your style file: .vjs-load-progress div {left: 0;} Hope it useful.

cladera commented 6 years ago

Actually I guess this issue will be fixed when PR #28 is merged.