spaces to tabs, hide video stuff if video writer is turned off
This commit is contained in:
parent
69090563d5
commit
617179b649
|
@ -185,6 +185,7 @@ else
|
|||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php if ( $Monitor[VideoWriter} ) { ?>
|
||||
<div id="eventVideo" class="hidden">
|
||||
<div id="videoFeed">
|
||||
<video id="videoobj" width="<?= $event['Width'] ?>" height="<?= $event['Height'] ?>" controls autoplay>
|
||||
|
@ -232,6 +233,7 @@ else
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ) ?>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue