0.1.1 • Published 8 years ago

videoBoxer v0.1.1

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

videoBoxer

videoBoxer is simple video backgrounds width jQuery

requred

jQuery

install

npm install videoBoxer

example

import VideoBoxer from 'videoBoxer'

let movieArray = ['/videos/sample.mp4','/videos/sample.ogv','/videos/sample.webm']
let options = {
  movieSize: {
    width: 582,
    height: 360,
    margin: 0
  },
  thumb: '/videos/sample.png'
}

let videoBoxer = new VideoBoxer($('#movieArea'),movieArray,options)
0.1.1

8 years ago

0.1.0

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago