diff options
| author | MaZderMind | 2015-03-02 16:38:50 +0100 | 
|---|---|---|
| committer | MaZderMind | 2015-03-02 16:38:50 +0100 | 
| commit | 40c699e1a307919f65a52632ddf816a735dde8a0 (patch) | |
| tree | ef0bde4da4ec047f20b8c1c5c4e4fd706a88e696 /template/assemblies/player | |
| parent | 583092bff8d82cc5eacd9759f751bbc6e89974cf (diff) | |
Relive
Diffstat (limited to 'template/assemblies/player')
| -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"  		/> | 
