How do I change the skin of my videojs player?
http://wordpress.org/extend/plugins/videojs-html5-video-player-for-wordpress/
How do I change the skin of my videojs player?
http://wordpress.org/extend/plugins/videojs-html5-video-player-for-wordpress/
Open: video-js-wp.php
in line 20, copy:
<link rel="stylesheet" href="{$dir}video-js.css" type="text/css" media="screen" title="Video JS" charset="utf-8">
the next line... paste:
<link rel="stylesheet" href="{$dir}skins/vim.css" type="text/css" media="screen" title="Video JS" charset="utf-8">
in line 88
<div class="video-js-box vim-css">
replace this:
<div class="video-js-box">
for this:
<div class="video-js-box vim-css">
that goes for other skins too, just change the name.
Any thought to make this a variable in the shortcode?
Until the day when the plugin gets its own interface, this can help you out when you want to switch between skins faster, http://wordpress.org/extend/plugins/videojs-pro
This topic has been closed to new replies.