Quote Originally Posted by admin
You can change player width and height in include/player.inc
Thank you admin.

The changes I made:

***********
<?php

$player_wdith = 470;
$player_height = 285;
$displayheight = $player_height - 20;


$vshare_player = <<<EOT


***********

These now display the 16:9 video file correctly. I will perhaps alter the display again...but I know where to look. thank you.