web/client.php
changeset 1370 d9711e6b1f17
parent 1368 0ae5202742bd
child 1404 70805de82cb3
--- a/web/client.php	Mon Dec 12 01:54:21 2016 +0100
+++ b/web/client.php	Mon Dec 12 14:57:18 2016 +0100
@@ -86,8 +86,8 @@
 
     <style>
     video {
-       width: 480px;
-       height: 320px;
+       width: <?php echo($videoWidth); ?>px;
+       height: <?php echo($videoHeight); ?>px;
     }
     </style>