From 60f04ee8545b43944d86112356e261e14d60f93c Mon Sep 17 00:00:00 2001 From: Rahim Date: Mon, 24 Nov 2025 16:03:00 +1100 Subject: [PATCH] fix(site): replace example mp4 with real closes #200 --- site/src/components/HomePageDemo/Base.tsx | 4 ++-- site/src/content/blog/2019-01-11-video-js-7-4.mdx | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/site/src/components/HomePageDemo/Base.tsx b/site/src/components/HomePageDemo/Base.tsx index 5055f3c8..fa4f04ff 100644 --- a/site/src/components/HomePageDemo/Base.tsx +++ b/site/src/components/HomePageDemo/Base.tsx @@ -9,7 +9,7 @@ function generateHTMLCode(skin: Skin): string { return ` <${skinTag}> - + `; } @@ -26,7 +26,7 @@ export const VideoPlayer = () => { return ( <${skinComponent}> - ); diff --git a/site/src/content/blog/2019-01-11-video-js-7-4.mdx b/site/src/content/blog/2019-01-11-video-js-7-4.mdx index caf08363..b71c5bf5 100644 --- a/site/src/content/blog/2019-01-11-video-js-7-4.mdx +++ b/site/src/content/blog/2019-01-11-video-js-7-4.mdx @@ -11,9 +11,6 @@ tags: authors: [gary-katsevman] --- - - - It's time to have an overview of Video.js 7.4, first released early December. The big new feature for this release is a UI that allows you to seek during live streams. We updated focus-visible to work with our Menus, added more translations, added a replay option to the Play/Pause button, and many, many fixes, multiple of which are accessibility related. We also dropped our usage of Grunt from our build process. We owe a lot to Grunt as it has served us well but it was time to move on. @@ -64,7 +61,7 @@ var player = videojs('my-id', { Or HTML: ```html - + ```