We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c2890 commit ceb906aCopy full SHA for ceb906a
live2.html
@@ -91,8 +91,8 @@ <h3>The user's camera</h3>
91
<label>
92
<span>Patch-Size</span>
93
<select name="locator_patch-size">
94
- <option value="x-small">x-small</option>
95
- <option selected="selected" value="small">small</option>
+ <option selected="selected" value="x-small">x-small</option>
+ <option value="small">small</option>
96
<option value="medium">medium</option>
97
<option value="large">large</option>
98
<option value="x-large">x-large</option>
0 commit comments