####1. first you need jquery
####2. add js/zd-video.js
and css/style.css
in your project
####3. init the video player in your js code
var player = new ZdVideo({
container: [string] // needed your video container's tag id
source: [string|array] // needed your video sources
poster: [string] // optional your poster image url or path
autoplay: [boolean] // optional if set true then video will autoplay
loop: [boolean] //optional if set true then video will loop
})
wish you guys like it :)