You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This affects the plugin because it hijacks the tooltip in the mouse time display to display the preview thumbnails. Especially with widescreen movies and/or few/none buttons/menus to the right of the progressbar, the thumbnail might go (partially) out of bounds on the right side.
A nasty emergency fix would be to set overflow: hidden on the player container.
The text was updated successfully, but these errors were encountered:
imho, for the time being applying this small change to a recent version of Video.js (either v7.x or v8.x) solves the problem without the side-effects which were the reason the patch was declined at the time.
Since Video.js version 7.9.4 the time tooltips can go out of bounds on the right side of the player.
See e.g. videojs/video.js#7248 and not accepted fix videojs/video.js#7308 et.al.
This affects the plugin because it hijacks the tooltip in the mouse time display to display the preview thumbnails. Especially with widescreen movies and/or few/none buttons/menus to the right of the progressbar, the thumbnail might go (partially) out of bounds on the right side.
A nasty emergency fix would be to set
overflow: hidden
on the player container.The text was updated successfully, but these errors were encountered: