Skip to content

Web Video Player is a lightweight and customizable app that allows you to easily display and control videos on your web page.

License

Notifications You must be signed in to change notification settings

LucasLixo/Web-Video-Player

Repository files navigation

Web Video Player

Video Player for Web

GitHub release (latest by date) GitHub all releases GitHub Repo stars Telegram Channel

  |    wvp.css   |    wvp.js   |   

📖 Features

  • Fast
  • Native tags
  • Maximum compatibility with javascript 'es2015'

How to use?

  <link rel="stylesheet" href="../dist/wvp.css" type="text/css">
  • Javascript
  <script src="../dist/wvp.js" type="application/javascript"></script>
  <script type="application/javascript" defer>
    document.addEventListener('DOMContentLoaded', function () {
      const simpleVideoPlayer = new WVP({
        /* Options default (Options) */
        autoplay: false,    // Autoplay video
        volume: 1.0,        // 0.0 - 1.0
        currentTime: 0,     // Initial time in seconds
      });
    });
  </script>

📱 Screenshots

Screenshot 1

⬇️ Download

  • Download the latest stable version from GitHub releases
    • Install the pre-release versions to help us test out new features & changes

💬 Contact

Join our Telegram Channel

⭐️ Star History

Star History Chart

📃 License

GitHub

🧱 Credits

Warning

autoprefixer, cssnano, esbuild, postcss, postcss-cli, postcss-import, typescript.

About

Web Video Player is a lightweight and customizable app that allows you to easily display and control videos on your web page.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published