We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87e5f7 commit 2693759Copy full SHA for 2693759
index.html
@@ -48,9 +48,9 @@ <h4>Click one of the buttons below to find camera resolutions:</h4>
48
<button class="btn btn-primary btn-block" id="fullButton">Full Scan</button>
49
<p>vertical resolution range: <br>
50
<span> max:
51
- <input type="text" id="hiRes" value="720" size="4" maxlength="4" max="2160" pattern="[0-9]{1,4}" title="hiRes" />
+ <input type="text" id="hiRes" value="1080" size="4" maxlength="4" min="1" max="2160" pattern="[0-9]{1,4}" title="hiRes" />
52
to min:
53
- <input type="text" id="loRes" value="240" size="4" maxlength="4" max="2160" pattern="[0-9]{1,4}" title="lowRes"/>
+ <input type="text" id="loRes" value="1" size="4" maxlength="4" min="1" max="2160" pattern="[0-9]{1,4}" title="lowRes"/>
54
</span></p>
55
</div>
56
0 commit comments