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

Thumbnails not appearing on seek bar #5

Open
asadmalik3 opened this issue Mar 14, 2019 · 3 comments
Open

Thumbnails not appearing on seek bar #5

asadmalik3 opened this issue Mar 14, 2019 · 3 comments

Comments

@asadmalik3
Copy link

There is an issue while hovering over the seek bar to view video thumbnails.

When you start seeking from a point where the video does not have a captured thumbnail, then for the duration that the user is still hovering over the seek bar from that position, he won’t be able to view the thumbnail even if there is one at a later point in time.

For example, there is no thumbnail at 00.01 and the first thumbnail capture is at 00:04, then if the user starts seeking at 00:01 and hovers over the seek bar to say around 00:07, he still won’t be able to view any thumbnail, until the point that he moves his/her cursor away from the seek bar and hovers over it again.

@semel1
Copy link

semel1 commented Jul 23, 2019

Thumbnails are not appearing at all (Video.js 7.6.)
Any chance to provide url with working example?

@mbirth
Copy link
Contributor

mbirth commented Jul 2, 2020

For me the thumbnail holder had no size, so I had to manually set it:

    <style type="text/css">
       .vjs-vtt-thumbnail-display {
            width: 160px;
            height: 90px;
        }
    </style>

@mayeaux
Copy link

mayeaux commented May 10, 2022

For me, the thumbnails were not appearing in the right place, so I had to use margin-top: -89px to get them in the proper place..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants