--- a/web/client.php Wed Mar 21 12:30:54 2012 +0100
+++ b/web/client.php Wed Mar 21 17:32:16 2012 +0100
@@ -40,8 +40,8 @@
}
$embed = (isset($_REQUEST['embed']) && $_REQUEST['embed']);
- $videoWidth = ( $embed ? 442 : 480 );
- $videoHeight = ( $embed ? 250 : 320 );
+ $videoWidth = ( $embed ? 412 : 480 );
+ $videoHeight = ( $embed ? 280 : 320 );
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
@@ -58,7 +58,7 @@
<!-- CSS -->
<link rel="stylesheet" href="<?php echo(registry_url('fancybox','css'));?>" type="text/css" media="screen">
- <link rel="stylesheet" href="<?php echo(registry_url('tweetcast','css'));?>?42" type="text/css" media="screen, projection"/>
+ <link rel="stylesheet" href="<?php echo(registry_url('tweetcast','css'));?>" type="text/css" media="screen, projection"/>
<!-- JAVASCRIPT -->
<script type="text/javascript" src="<?php echo(registry_url('jquery','js'))?>"></script>