@@ -24,8 +24,8 @@
<div v-if="faceEnable" class="camera">
<FaceRecognition
v-if="faceEnable"
- width="100%"
- height="100%"
+ width="400"
+ height="300"
:showRecognizeButton="false"
/>
</div>