fix(site): scope HTML notice to HTML pages

This commit is contained in:
Darius Cepulis
2025-10-30 00:27:51 -05:00
parent 06a1a9e2f9
commit 8f2a2c100b
@@ -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.
<FrameworkCase frameworks={["html"]}>
> ⚠️ **Notice:** The HTML examples below aren't quite working, yet. Stay tuned for updates.
</FrameworkCase>
## Frosted Skin