Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save HeNy007/0e12680c1f7317d74f0667a8ffb19ace to your computer and use it in GitHub Desktop.
Save HeNy007/0e12680c1f7317d74f0667a8ffb19ace to your computer and use it in GitHub Desktop.
Custom HTML5 Video Player - CatSu - VideoJS Custom Skin Implementation
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sh20raj/SopPlayer@main/CatSu/catsu.min.css"/>
<video
id="my-video" class="video-js"
controls poster="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.jpg" data-setup='' loop>
<source src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-1080p.mp4" type='video/mp4'/>
</video>
<script src="https://cdn.jsdelivr.net/gh/sh20raj/SopPlayer@main/CatSu/catsu.min.js"></script>
//Doc :- https://codexdindia.blogspot.com/2021/04/custom-html5-video-player-cutesu.html || Video :- https://www.youtube.com/watch?v=jZutzZ1OCUc
<link href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Questrial" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment