1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-17 21:18:27 +02:00
David LaPalomento 8bc861fb86 Don't force sliders to get evaluated on load
Since the load and play progress sliders are guaranteed to start from zero, set that through CSS. Calling Slider.prototype.update forces a re-flow because element dimensions are queried and style rules changed. That reflow consistently took around 60ms on my laptop which would mean dropped frames and "jerkiness" on initialization.
2014-03-31 14:51:53 -04:00
2013-12-02 17:03:32 -08:00
2014-03-27 13:35:51 -07:00
2014-03-27 14:31:36 -07:00
2014-02-25 15:32:45 +01:00
2014-03-25 15:22:29 -07:00
2014-03-27 14:31:36 -07:00

Video.js - HTML5 Video Player Build Status

Video.js is a web video player built from the ground up for an HTML5 world. It supports HTML5 and Flash video, as well as YouTube and Vimeo (through plugins). It supports video playback on desktops and mobile devices. This project was started mid 2010, and the player is now used on over 50,000 websites.

Visit videojs.com for an overview, download options, and instructions on how to use the player on your site.

Contributing

Video.js is a free and open source library, and we appreciate any help you're willing to give. Check out the contributing guide.

Building your own Video.js from source

To build your own custom version read the section on contributing code and "Building your own copy" in the contributing guide.

License

Video.js is licensed under the Apache License, Version 2.0. View the license file

Copyright 2014 Brightcove, Inc.

Description
Languages
JavaScript 96.6%
SCSS 3%
CSS 0.3%
HTML 0.1%