correct video size in embed mode V04.050
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 12 Dec 2016 14:57:18 +0100
changeset 1370 d9711e6b1f17
parent 1369 cbecc607c008
child 1371 b292a3e7f56f
correct video size in embed mode
web/client.php
--- 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>