diff options
author | MaZderMind | 2014-12-12 00:58:36 +0100 |
---|---|---|
committer | MaZderMind | 2014-12-12 14:34:22 +0100 |
commit | 41d1390c10f74ffd856d7daadd60d7a6d0414595 (patch) | |
tree | f77d86c709b9c68f108f03614b8d3cd7a8297ed9 /template/assemblies | |
parent | 99cf0bc71e19a2f05357a891cbc8bc1fd14da483 (diff) |
subtitles playback
Diffstat (limited to 'template/assemblies')
-rw-r--r-- | template/assemblies/player/video.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/assemblies/player/video.phtml b/template/assemblies/player/video.phtml index 44180af..5456b0c 100644 --- a/template/assemblies/player/video.phtml +++ b/template/assemblies/player/video.phtml @@ -5,6 +5,7 @@ width="<?=h($width)?>" height="<?=h($height)?>" style="width: 100%; height: 100%;" + class="<?=h($miniroom ? 'nosubs' : 'subs')?>" > <? if($format == 'sd'): ?> <source |