We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b85de commit db23778Copy full SHA for db23778
index.php
@@ -126,9 +126,7 @@
126
<i class="fa fa-cog fa-spin"></i>
127
</div>
128
129
- <?php if ($config['previewFromCam']): ?>
130
<video id="video--view" autoplay playsinline></video>
131
- <?php endif; ?>
132
133
<div id="counter">
134
<canvas id="video--sensor"</canvas>
resources/js/core.js
@@ -71,6 +71,8 @@ const photoBooth = (function () {
71
gallery.find('.gallery__inner').hide();
72
$('.spinner').hide();
73
$('.send-mail').hide();
74
+ $('#video--view').hide();
75
+ $('#video--sensor').hide();
76
public.resetMailForm();
77
}
78
0 commit comments