File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ <h4>Click one of the buttons below to find camera resolutions:</h4>
48
48
< button class ="btn btn-primary btn-block " id ="fullButton "> Full Scan</ button >
49
49
< p > vertical resolution range: < br >
50
50
< 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 " />
52
52
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 "/>
54
54
</ span > </ p >
55
55
</ div >
56
56
</ div >
You can’t perform that action at this time.
0 commit comments