Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -322,8 +322,8 @@
|
|
322 |
</div>
|
323 |
<div class="control-group">
|
324 |
<label for="subtitleSize">文字サイズ:</label>
|
325 |
-
<input type="range" id="subtitleSize" min="0.5" max="
|
326 |
-
<input type="number" id="subtitleSizeInput" min="0.
|
327 |
</div>
|
328 |
<div class="control-group">
|
329 |
<label for="subtitleTrack">字幕トラック:</label>
|
|
|
322 |
</div>
|
323 |
<div class="control-group">
|
324 |
<label for="subtitleSize">文字サイズ:</label>
|
325 |
+
<input type="range" id="subtitleSize" min="0.5" max="5" step="0.1" value="1.5">
|
326 |
+
<input type="number" id="subtitleSizeInput" min="0.01" step="0.01" value="1.5">
|
327 |
</div>
|
328 |
<div class="control-group">
|
329 |
<label for="subtitleTrack">字幕トラック:</label>
|