Skip to content

Commit 2693759

Browse files
author
Chad Hart
committed
updated full scan defaults, added min value
1 parent f87e5f7 commit 2693759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ <h4>Click one of the buttons below to find camera resolutions:</h4>
4848
<button class="btn btn-primary btn-block" id="fullButton">Full Scan</button>
4949
<p>vertical resolution range: <br>
5050
<span> max:
51-
<input type="text" id="hiRes" value="720" size="4" maxlength="4" max="2160" pattern="[0-9]{1,4}" title="hiRes" />
51+
<input type="text" id="hiRes" value="1080" size="4" maxlength="4" min="1" max="2160" pattern="[0-9]{1,4}" title="hiRes" />
5252
to min:
53-
<input type="text" id="loRes" value="240" size="4" maxlength="4" max="2160" pattern="[0-9]{1,4}" title="lowRes"/>
53+
<input type="text" id="loRes" value="1" size="4" maxlength="4" min="1" max="2160" pattern="[0-9]{1,4}" title="lowRes"/>
5454
</span></p>
5555
</div>
5656
</div>

0 commit comments

Comments
 (0)