Skip to content

Commit

Permalink
fix caps
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaler committed May 24, 2024
1 parent 78ab318 commit 69bd5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body onload="video_url.value = location.hash.slice(1); video_url.dispatchEvent(new Event('change'))"> <!-- Chromium allows requesting screen capture without user gesture (against the spec). See: https://issues.chromium.org/issues/40177563 -->
<div id="inp_container">
<input type="text" id="video_url" autofocus inputmode="url" spellcheck="false" size="45" placeholder="Enter Youtube/Vimeo ID or URL">
<input type="text" id="video_url" autofocus inputmode="url" spellcheck="false" size="45" placeholder="Enter YouTube/Vimeo ID or URL">
<select id="effect">
<option value="recode_landmarks">Recode + landmarks</option>
<option value="pose_landmarks">Pose landmarks</option>
Expand Down

0 comments on commit 69bd5e4

Please sign in to comment.