Skip to content

videoBoxer is simple video backgrounds width jQuery

Notifications You must be signed in to change notification settings

gollowars/videoBoxer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

videoBoxer is simple video backgrounds width jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages