diff options
Diffstat (limited to '')
-rw-r--r-- | template/assemblies/player/video.phtml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/assemblies/player/video.phtml b/template/assemblies/player/video.phtml index 9149a4f..cbbf06b 100644 --- a/template/assemblies/player/video.phtml +++ b/template/assemblies/player/video.phtml @@ -1,4 +1,8 @@ -<div style="max-width: <?=h($stream->getVideoWidth())?>px; max-height: <?=h($stream->getVideoHeight())?>px;" class="video-wrap"> +<div + style="max-width: <?=h($stream->getVideoWidth())?>px; max-height: <?=h($stream->getVideoHeight())?>px;" + class="video-wrap <? if($room->hasSubtitles()): ?>has-subtitles<? endif ?>" + data-subtitles-room-id="<?=h($room->getSubtitlesRoomId())?>" +> <video <? if(!isset($autoplay) || $autoplay == true): ?> autoplay="autoplay" |