Browse Source

Restrict camera height in portrait mode

qrcode-reboot
Jose Olarte III 1 day ago
parent
commit
995af4e576
  1. 2
      src/components/ImageMethodDialog.vue

2
src/components/ImageMethodDialog.vue

@ -86,7 +86,7 @@
<div class="camera-container w-full h-full relative"> <div class="camera-container w-full h-full relative">
<video <video
ref="videoElement" ref="videoElement"
class="camera-video w-full h-full object-cover" class="camera-video w-full h-full portrait:max-h-[40vh] object-cover"
autoplay autoplay
playsinline playsinline
muted muted

Loading…
Cancel
Save