diff options
Diffstat (limited to 'includes/inc_stream.php')
-rwxr-xr-x | includes/inc_stream.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/inc_stream.php b/includes/inc_stream.php index abd1d57..1e65633 100755 --- a/includes/inc_stream.php +++ b/includes/inc_stream.php @@ -45,7 +45,9 @@ if (infostreamexist()) $logopath = "logos/nologoMEDIA.png"; } - print " <center><video id=\"videofeed\" poster=\"{$logopath}\" /></center>\r\n"; + + $logowidth = mediagetwidth($logopath); + print " <center><video id=\"videofeed\" width=\"{$logowidth}\" poster=\"{$logopath}\" /></center>\r\n"; print " </ul>\r\n"; |