Skip to content

Instantly share code, notes, and snippets.

View HeNy007's full-sized avatar
🏠
Working from home

HeNy Bn-Hamed HeNy007

🏠
Working from home
View GitHub Profile
@HeNy007
HeNy007 / index.html
Created August 21, 2022 01:34
Infinite auto carousel slider with navigators buttons and balls
<div class="container">
<div class="carousel">
<span class="slider-id">1</span>
<di class="controls">
<span class="arrow prev">Prev</span>
<span class="arrow next">Next</span>
</di>
<div class="slider">
<section id="1" class="slide">
<img src="https://res.cloudinary.com/dq8h1tfis/image/upload/v1593475229/Infinite%20auto%20carousel%20slider%20with%20navigators%20buttons%20and%20%20balls/1_vtswce.jpg" alt="" />
@HeNy007
HeNy007 / bootstrap-4-carousel-hero-with-animated-caption.markdown
Created August 21, 2022 00:31
Bootstrap 4 carousel hero with animated caption
@HeNy007
HeNy007 / bootstrap-4-navbar-with-slider.markdown
Created August 21, 2022 00:17
Bootstrap 4 Navbar with Slider
@HeNy007
HeNy007 / aksvideoplayer-context-menu.markdown
Created August 18, 2022 14:37
aksVideoPlayer - Context Menu
@HeNy007
HeNy007 / index.html
Created August 18, 2022 12:43
Plyr.io Video Player - Skin Customizing to pink
<!-- Docs styles -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/CDNSFree2/Plyr/plyr.css" />
<!--Add a Simple HTML5 Video tag-->
<div id="container">
<video controls data-poster="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.jpg" class="vid1">
<!-- Video files -->
<source src="https://rebrand.ly/sample-video" type="video/mp4" size="576" />
<!-- Caption files -->
@HeNy007
HeNy007 / custom-html5-video-player-catsu-videojs-custom-skin-implementation.markdown
Created August 18, 2022 11:10
Custom HTML5 Video Player - CatSu - VideoJS Custom Skin Implementation
@HeNy007
HeNy007 / index.html
Created August 18, 2022 10:56
Moovie.js - Media player made for movies - Demo πŸš€
<script src="https://cdn.jsdelivr.net/gh/SH20RAJ/Sopplayer/mooviejs/js/moovie.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/SH20RAJ/Sopplayer/mooviejs/css/moovie.min.css">
<video id="example1" poster="https://github.com/SH20RAJ/Sopplayer/blob/main/sample.png?raw=true">
<source src="https://bit.ly/bbsamplevideo" type="video/mp4">
<track kind="captions" label="English" srclang="en" src="https://cdn.jsdelivr.net/gh/BMSVieira/moovie.js@main/demo-template/subtitles/en.vtt">
Your browser does not support the video tag.
</video>
@HeNy007
HeNy007 / custom-controls-with-plyr-io-video-player.markdown
Created August 18, 2022 02:18
Custom Controls with Plyr.io Video Player
<div class="plyr__video-embed" id="player">
<iframe src="https://www.youtube.com/embed/bTqVqk7FSmY?origin=https://plyr.io&amp;iv_load_policy=3&amp;modestbranding=1&amp;playsinline=1&amp;showinfo=0&amp;rel=0&amp;enablejsapi=1" allowfullscreen allowtransparency allow="autoplay"></iframe>
</div>