Viewing 3 replies - 1 through 3 (of 3 total)
  • 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, https://www.ads-software.com/extend/plugins/videojs-pro

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: VideoJS – HTML5 Video Player for WordPress] Change the skin’ is closed to new replies.