fix: MjpegstreamerAdaptive.vue image size (#863)

This commit is contained in:
Stefan Dej
2022-05-30 22:09:11 +02:00
committed by GitHub
parent 78ac2bb0d2
commit edd97e0773

View File

@@ -1,4 +1,8 @@
<style scoped>
.webcamImage {
width: 100%;
}
.webcamFpsOutput {
display: inline-block;
position: absolute;