Skip to content

InsidersSoftware/custom-video-player-html

Repository files navigation

custom-video-player-html

A Simple Custom HTML Video Player

Getting Started

Make A Script Tag:

 <script type="text/javascript" src="js/video/video-player.js"></script>

Make Link Tag:

<link rel="stylesheet" href="css/style.css"/>
    <div class="container">
    <div class="video-container" id="video-container">
      <div class="playback-animation" id="playback-animation">
        <svg class="playback-icons">
          <use class="hidden" href="#play-icon"></use>
          <use href="#pause"></use>
        </svg>
      </div>