fix: Video.js improve browser/device compatibility, fixes and a lot improvements

This commit is contained in:
Yiannis Christodoulou
2025-09-15 14:41:28 +03:00
parent b14e1f609d
commit 543085c38f
21 changed files with 2866 additions and 1068 deletions
@@ -45,6 +45,11 @@ class AutoplayCountdownOverlay extends Component {
nextVideoThumbnail
? `<div class="next-video-thumbnail">
<img src="${nextVideoThumbnail}" alt="${nextVideoTitle}" />
<div class="play-overlay">
<svg viewBox="0 0 24 24" width="28" height="28" fill="currentColor">
<path d="M8 5v14l11-7z"/>
</svg>
</div>
</div>`
: ''
}
@@ -199,6 +204,11 @@ class AutoplayCountdownOverlay extends Component {
nextVideoThumbnail
? `<div class="next-video-thumbnail">
<img src="${nextVideoThumbnail}" alt="${nextVideoTitle}" />
<div class="play-overlay">
<svg viewBox="0 0 24 24" width="28" height="28" fill="currentColor">
<path d="M8 5v14l11-7z"/>
</svg>
</div>
</div>`
: ''
}