Skip to content

Commit 10b9b3a

Browse files
- ADD: Added capture attribute to media input.
1 parent 2ba3298 commit 10b9b3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/modals/MediaModal.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/>
1717
<v-file-input
1818
v-model="inputFile"
19+
capture="environment"
1920
:class="mode === 'image' ? 'opacity-0' : ''"
2021
:label="$t('formLabelVideoFile')"
2122
accept="video/*"

0 commit comments

Comments
 (0)