Skip to content

Commit 1caf2e9

Browse files
committed
minor
1 parent 99f1957 commit 1caf2e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ <h2>Image chiper</h2>
2626
<p>Supported formats: PNG, JPEG, BMP, ...</p>
2727
</div>
2828

29-
<input type="file" id="fileInput" accept="image/*" capture="environment" required>
29+
<!-- https://gist.github.com/danawoodman/4788404bc620d5392d111dba98c73873 -->
30+
<input type="file" id="fileInput" accept="image/*;capture=camera" required>
3031
<br>
3132
<label for="secretInput">Secret:</label>
3233
<input id="secretInput" placeholder="Enter your secret here" autocomplete="off">

0 commit comments

Comments
 (0)