diff options
Diffstat (limited to '')
-rw-r--r-- | template/assemblies/player/relive.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/assemblies/player/relive.phtml b/template/assemblies/player/relive.phtml index c37fd87..718b249 100644 --- a/template/assemblies/player/relive.phtml +++ b/template/assemblies/player/relive.phtml @@ -1,14 +1,14 @@ -<div style="width: 100%; height: 100%; max-width: <?=h($width)?>px; margin: 0 auto;"> +<div style="max-width: <?=h($width)?>px; max-height: <?=h($height)?>px;" class="video-wrap"> <video autoplay="autoplay" preload="auto" width="<?=h($width)?>" height="<?=h($height)?>" style="width: 100%; height: 100%;" - class="nosubs relive" + class="relive" > <source - src="http://vod.c3voc.de/relive/<?=h($talk['playlist'])?>" + src="<?=h($talk['playlist'])?>" title="h.264 (HLS)" type="application/x-mpegURL" /> |