wfsvideo
v1.0.1
Published
WFSvideo is a lightweight and versatile JS plugin designed to seamlessly integrate video playback into your website
Maintainers
Readme
🚀 Demo
🌟 Features
- Multi-Platform Support: wfsvideo supports a wide range of video sources, including:
- Local Video Files: Directly play .mp4.
- YouTube: Embed and play videos from the world’s largest video platform.
- Vimeo: Showcase high-quality videos hosted on Vimeo.
- TikTok: Effortlessly display short-form content from TikTok.
- Plugin weight: javascript/css – 15,9 KB.
- Easy to customize: сhange the html/css as you need.
- Responsive Design: Automatically adjusts to fit any screen size, ensuring a flawless experience on desktops, tablets, and mobile devices.
Installation (using package managers)
$ npm install wfsvideo --save$ yarn add wfsvideo$ bower install wfsvideo --saveManual installation
If you want to download the files and manually upload them to your web server.
<script src="https://your_domain.com/js/wfsvideo.js"></script>
<link rel="stylesheet" href="css/wfsvideo.css"/>Usage
If you include the library via the 'script' tag, you can globally access the Splide class.
<script src="js/wfsvideo.js"></script>
<script>
const WFSvideo = new WFSvideo({
conteiner: '#wfsv-default'
})
</script>For more detailed instruction please visit https://webfullset.com/wfsvideo/
👉 The full documentation can be found at https://webfullset.com
License
Licensed under the MIT License for compatible open source projects and non-commercial use.
Copyright 2025 WebFullSet
