Skip to content

nicholasxjy/coolvideoplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A super cool video player jquery plugin


snapshot

s1

s2

how to use it

####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 :)

About

a cool video player plugin based on jquery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published