• When I try to add a poster:

    [video mp4="vid.mp4" preload="true" poster="pic.jpg" width="940" height="480"]

    it insists on putting the Oceans picture.
    I opened the file video-js-wp.php in line 61, there was
    $flow_player_poster = '"https://video-js.zencoder.com/oceans-clip.png", ';

    changed it to
    $flow_player_poster = '"'.$poster.'", ';
    and it works fine now.

    justed wanted others to know.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: VideoJS – HTML5 Video Player for WordPress] Bug on Poster configuration on WordPress Plugin’ is closed to new replies.