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 / hls-streaming-with-settings-quality-and-captions-plyr-io.markdown
Created December 1, 2021 09:53
HLS Streaming with settings Quality and Captions - plyr io

HLS Streaming with settings Quality and Captions - plyr io

Yout can settings Quality of video and select Subtitle in your video in the Http Live Streaming (HLS) watermark by Insnesia.com

A Pen by SA Developers on CodePen.

License.

@HeNy007
HeNy007 / index.html
Created January 16, 2022 11:09
Netflix skin for JWPlayer
<!--
Who doesn't love Netflix?
With this code you can utilize JW player and wrap my Netflix like skin around it including multi-audio multi-subtitle options.
This wrapper for JW Player works with the free (open source) and payed (licensed) version.
This is part of my project that archives all my tv shows and movies, the software will be released when it's stable.
This code is not final and is subjected to change and may break at any time.
Fixes and improvements are welcome.
Questions may be asked at [email protected] or @Stoney_Eagle
@HeNy007
HeNy007 / index.html
Created January 19, 2022 00:36
PJVrdB
<div id="previewPlayer"></div>
<div id="slider"></div>
<p>After changing start and stop times on the slider, reload <button onclick="javascript:location.reload()">&#8635;</button> the page to see those start and stop times reflected in each of the five spots in the playlist.</p>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>
<script src="https://app.extremereach.com/Content/js/jwplayer-7.12.8/jwplayer.js"></script>
<script> jwplayer.key = "+dQxixMPdR7e+iUQLHVm0Q2p9oVpzNhmbHu++8aB+YhHEkhW"; </script>
@HeNy007
HeNy007 / flex-slider.markdown
Created January 19, 2022 14:50
flex Slider
@HeNy007
HeNy007 / index.html
Created February 5, 2022 18:14
mdyBWdq
<div class="container">
<div id="player">
<div class="js-player" data-type="vimeo" data-video-id=""></div>
</div>
<!-- <ul id="playlist"></ul> -->
</div>
<script src="https://cdn.plyr.io/2.0.13/plyr.js"></script>
@HeNy007
HeNy007 / index.html
Created February 6, 2022 08:55
Plyr Playlist V5 - Previous - Next
<div class="container">
<div id="player">
<div class="js-player" data-type="youtube" data-video-id="" data-ytpls="PL533213361AEB44D3"></div>
<!-- <div class="plyr-playlist-wrapper"><ul class="plyr-playlist"></ul></div> RDxdYFuCp3m9k-->
</div>
<!-- <ul id="playlist"></ul> -->
</div>
@HeNy007
HeNy007 / index.html
Created February 7, 2022 23:58
Mini Insta-Friends Scrolling List Layout v2
<div class="horizontal-friends-list">
<figure>
<picture>
<img src="https://randomuser.me/api/portraits/women/2.jpg">
</picture>
<figcaption>stolinksi</figcaption>
</figure>
<figure>
<picture>
<img src="https://randomuser.me/api/portraits/women/3.jpg">
@HeNy007
HeNy007 / index.html
Created February 8, 2022 00:11
Stories
<div class="container">
<div class="yourstory">
<img src="https://i.hizliresim.com/H5uEWE.jpg" alt="" draggable="false">
</div>
<div class="story">
<img src="https://images.unsplash.com/photo-1612226466724-0ec9b5179a75?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=200&ixlib=rb-1.2.1&q=80&w=200" alt="" draggable="false">
</div>
<div class="story">
@HeNy007
HeNy007 / index.html
Created February 8, 2022 00:54
istos
<!-- For the Codepen Challenge of January 2019 -->
<div class="o-wrapper">
<header class="c-header">
<h2>Instagram Stories</h2>
<div class="c-drag">
You're not swiping!
</div>
</header>
<div class="c-slider">
@HeNy007
HeNy007 / css3-animated-button-key.markdown
Created February 10, 2022 08:21
CSS3 Animated Button/Key

CSS3 Animated Button/Key

A nice and simple CSS3 only button, built using box-shadow, text-shadow and gradients.

In the css i've broken it down so you can easily see how its built.

A Pen by Will Paige on CodePen.

License.