You are here

Files in Video.js (HTML5 Video Player) 7

Primary tabs

File namesort descending Location Namespace Description
hu.css theme/hu.css /* VideoJS HuCSS Skin (http://videojs.com) Version 2.0.0 */ .hu-css .vjs-controls { height: 47px; opacity: 0.95; color: #fff; background: #3A3835; } .hu-css.video-js-box.vjs-controls-below .vjs-controls { background: #3A3835; } .hu-css…
README.txt README.txt Dependencies ------------ * CCK (Content module) * FileField Install ------- 1) Copy the videojs folder to the modules folder in your installation. Usually this is sites/all/modules. 2) Download Video.js from http://videojs.com. 3) In your…
THEMING.txt theme/THEMING.txt Note that this CSS is NOT a good thing to leave as-is and should almost definitely be overridden in your theme. Rather than leaving the videojs.css file loading normally and then overriding it in your theme's style.css file, you should override…
tube.css theme/tube.css /* VideoJS TubeCSS Skin (http://videojs.com) Version 2.0.0 */ .tube-css .vjs-controls { opacity: 1; color: #000; height: 24px; bottom: 0; background-color: #ccc; background: #fcfcfc -webkit-gradient(linear, left top, left bottom,…
videojs.admin.inc includes/videojs.admin.inc Administrative pages for the Video.js module.
videojs.css theme/videojs.css /* DEFAULT SKIN (override in another file) ================================================================================ Using all CSS to draw the controls. Images could be used if desired. Instead of editing this file, I recommend creating your…
videojs.info videojs.info name = Video.js description = Video.js is an HTML5 Video Player with 3 core parts: An embed code (Video for Everybody), a Javascript library (video.js), and a pure HTML/CSS skin (video-js.css). package = Media core = 7.x dependencies[] =…
videojs.install videojs.install Installation file for Video.js module.
videojs.module videojs.module Provides an HTML5-compatible with Flash-fallback video player.
videojs.theme.inc includes/videojs.theme.inc Theme and preprocess functions for the Video.js module.
videojs.tpl.php theme/videojs.tpl.php
videojs.views.inc includes/videojs.views.inc Views module hooks for the Video.js module.
videojs_style_plugin.inc includes/videojs_style_plugin.inc Display style plugin for Views that renders rows as a Video.js.
vim.css theme/vim.css /* VideoJS VimCSS Skin (http://videojs.com) Version 2.0.0 */ .vim-css .vjs-controls { height: 60px; opacity: 0.9; color: #fff; } .vim-css .vjs-controls > div { height: 32px; top: 18px; padding: 0; text-align: center; background: rgba(23, 35,…

Other projects