Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddu7077 committed Jul 1, 2024
1 parent a7db764 commit caa0fa2
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 @@ -23,7 +23,7 @@
</div>
<div class="clothing-controls" style="display:none;">
<label for="clothing-scale">Scale:</label>
<input type="range" id="clothing-scale" name="clothing-scale" min="-5" max="60" step="0.1" value="0"><br><br>
<input type="range" id="clothing-scale" name="clothing-scale" min="-5" max="6" step="0.1" value="0"><br><br>

<label for="clothing-x">Left/Right:</label>
<input type="range" id="clothing-x" name="clothing-x" min="-5" max="5" step="0.1" value="0"><br><br>
Expand Down

0 comments on commit caa0fa2

Please sign in to comment.