From 8f2a2c100bfc0eb8636f2a4cc331d139f334623b Mon Sep 17 00:00:00 2001 From: Darius Cepulis Date: Thu, 30 Oct 2025 00:27:51 -0500 Subject: [PATCH] fix(site): scope HTML notice to HTML pages --- site/src/content/docs/how-to/customize-skins.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/src/content/docs/how-to/customize-skins.mdx b/site/src/content/docs/how-to/customize-skins.mdx index 1e19dc90..a6d1301d 100644 --- a/site/src/content/docs/how-to/customize-skins.mdx +++ b/site/src/content/docs/how-to/customize-skins.mdx @@ -15,9 +15,13 @@ import { } from '@/utils/ejectCodeGenerator'; -Video.js v10 comes with pre-built skins like Frosted and Minimal, but you can fully customize them by "ejecting" the code and making it your own. While eventually we'll have a CLI that'll eject skins in your preferred framework and style, for now we invite you to try it out with these copy-paste-ready implementations. +Video.js v10 comes with pre-built skins like Frosted and Minimal, but you can fully customize them by "ejecting" the code and making it your own. +While eventually we'll have a CLI that'll eject skins in your preferred framework and style, for now we invite you to try it out with these copy-paste-ready implementations. + + > ⚠️ **Notice:** The HTML examples below aren't quite working, yet. Stay tuned for updates. + ## Frosted Skin