Home  »  CodeLibrariesSnippetsTechnologyTools   »   Video.js CDN URL Example

Video.js CDN URL Example

Posted: December 17, 2022 | by Michael Bright

This is the video.js CDN URL.

https://cdnjs.cloudflare.com/ajax/libs/video.js/7.0.0/video.min.js

This is how to use video.js with CDN.

<script src="https://cdnjs.cloudflare.com/ajax/libs/video.js/7.0.0/video.min.js" integrity="sha512-LiILFcpZ9QKSH41UkK59Zag/7enHzqjr5lO2M0wGqGn8W19A/x2rV3iufAHkEtrln+Bt+Zv1U6NlLIp+lEqeWQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>

Using jsdelivr.

https://cdn.jsdelivr.net/npm/[email protected]/dist/video.cjs.min.js

Here is the HTML code.

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/video.cjs.min.js"></script>

Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.