mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-13 05:31:37 +08:00
Added fake zoom to live-example
This commit is contained in:
@@ -88,6 +88,14 @@
|
||||
<select name="input-stream_constraints" id="deviceSelection">
|
||||
</select>
|
||||
</label>
|
||||
<label>
|
||||
<span>Zoom</span>
|
||||
<select name="input-stream_constraints">
|
||||
<option selected="selected" value="1">1x</option>
|
||||
<option value="1.5">1.5x</option>
|
||||
<option value="2">2x</option>
|
||||
</select>
|
||||
</label>
|
||||
</fieldset>
|
||||
</div>
|
||||
<div id="result_strip">
|
||||
|
||||
Reference in New Issue
Block a user