0.1.1 • Published 10 years ago

videoBoxer v0.1.1

Weekly downloads
6
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago