├── README.md ├── assets ├── bootstrap │ ├── css │ │ ├── bootstrap-responsive.css │ │ ├── bootstrap-responsive.min.css │ │ ├── bootstrap.css │ │ └── bootstrap.min.css │ ├── img │ │ ├── glyphicons-halflings-white.png │ │ └── glyphicons-halflings.png │ └── js │ │ ├── bootstrap.js │ │ └── bootstrap.min.js ├── css │ └── video-default.css └── js │ ├── jquery-1.8.1.min.js │ └── jquery.video-ui.js ├── bootstrapvideoplayer.jquery.json └── index.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/html5-ninja/Bootstrap-video-player-jQuery-plugin/HEAD/README.md -------------------------------------------------------------------------------- /assets/bootstrap/css/bootstrap-responsive.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/html5-ninja/Bootstrap-video-player-jQuery-plugin/HEAD/assets/bootstrap/css/bootstrap-responsive.css -------------------------------------------------------------------------------- /assets/bootstrap/css/bootstrap-responsive.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/html5-ninja/Bootstrap-video-player-jQuery-plugin/HEAD/assets/bootstrap/css/bootstrap-responsive.min.css -------------------------------------------------------------------------------- /assets/bootstrap/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/html5-ninja/Bootstrap-video-player-jQuery-plugin/HEAD/assets/bootstrap/css/bootstrap.css -------------------------------------------------------------------------------- /assets/bootstrap/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/html5-ninja/Bootstrap-video-player-jQuery-plugin/HEAD/assets/bootstrap/css/bootstrap.min.css -------------------------------------------------------------------------------- /assets/bootstrap/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/html5-ninja/Bootstrap-video-player-jQuery-plugin/HEAD/assets/bootstrap/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /assets/bootstrap/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/html5-ninja/Bootstrap-video-player-jQuery-plugin/HEAD/assets/bootstrap/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /assets/bootstrap/js/bootstrap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/html5-ninja/Bootstrap-video-player-jQuery-plugin/HEAD/assets/bootstrap/js/bootstrap.js -------------------------------------------------------------------------------- /assets/bootstrap/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/html5-ninja/Bootstrap-video-player-jQuery-plugin/HEAD/assets/bootstrap/js/bootstrap.min.js -------------------------------------------------------------------------------- /assets/css/video-default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/html5-ninja/Bootstrap-video-player-jQuery-plugin/HEAD/assets/css/video-default.css -------------------------------------------------------------------------------- /assets/js/jquery-1.8.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/html5-ninja/Bootstrap-video-player-jQuery-plugin/HEAD/assets/js/jquery-1.8.1.min.js -------------------------------------------------------------------------------- /assets/js/jquery.video-ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/html5-ninja/Bootstrap-video-player-jQuery-plugin/HEAD/assets/js/jquery.video-ui.js -------------------------------------------------------------------------------- /bootstrapvideoplayer.jquery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/html5-ninja/Bootstrap-video-player-jQuery-plugin/HEAD/bootstrapvideoplayer.jquery.json -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/html5-ninja/Bootstrap-video-player-jQuery-plugin/HEAD/index.html --------------------------------------------------------------------------------