Skip to content

Instantly share code, notes, and snippets.

@andyiyass
andyiyass / index.html
Created July 26, 2024 17:58
Videojs Luxmty Skin Advanced
<div class="player-container">
<video-js id="video-player" class="vjs-luxmty vjs-16-9 vjs-show-big-play-button-on-pause" poster="https://raw.githubusercontent.com/EmilioSG11/videojs-cosmos-skin/main/images/bbunny.jpg">
<source src="https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8" type="" />
</video-js>
</div>
@andyiyass
andyiyass / index.html
Created July 26, 2024 14:26
Netflix Skin for JWPLAYER8 v2.0.7
<!-- Fullscreen Video CSS -->
<style>
#player {
position: absolute;
width: 100% !important;
height: 100% !important;
}
</style>
<!-- Player -->