Skip to content

Commit

Permalink
Increase range for rate settings, important for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
met committed Jan 30, 2024
1 parent 9c99e91 commit 5e27eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1 class="text-center">Nums123 (beta)</h1>

<div class="mt-200">
<label for="range-speed">Change voice speed if necessary:</label>
<input id="range-speed" type="range" min="0.5" max="1" value="1" step="0.1">
<input id="range-speed" type="range" min="0.1" max="1" value="1" step="0.1">
</div>

<div class="mt-600">
Expand Down

0 comments on commit 5e27eb9

Please sign in to comment.