diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/index.html b/public/index.html index 932d043..6e3fc70 100644 --- a/public/index.html +++ b/public/index.html @@ -80,17 +80,17 @@ <label class="settings-label">Image Duration</label> <p>Number of seconds each image will be displayed.</p> </div> - <input class="my-auto rounded-input" name="image_duration" type="number" step="0.01" /> + <input class="my-auto rounded-input" name="image_duration" type="number" step="0.1" /> <div> <label class="settings-label">Transition Duration</label> <p>Number of seconds each image transition will take.<br>Set as 0 to disable.</p> </div> - <input class="my-auto rounded-input" name="transition_duration" type="number" step="0.01" /> + <input class="my-auto rounded-input" name="transition_duration" type="number" step="0.1" /> <div> <label class="settings-label">Max Framerate</label> <p>Target display framerate.<br>Simple transitions look good at 12-15 fps.</p> </div> - <input class="my-auto rounded-input" name="max_framerate" type="number" step="0.01" /> + <input class="my-auto rounded-input" name="max_framerate" type="number" step="0.1" /> <div> <label class="settings-label">Display Size</label> <p>Image size to load on the display.<br>Large thumbnail size is suitable for FHD.</p> @@ -104,7 +104,7 @@ <label class="settings-label">Max Cached Assets</label> <p>Number of assets that can exist at once in RAM.<br>Each asset will take ~5x the display size in memory.</p> </div> - <input class="my-auto rounded-input" name="max_cache_assets" type="number" step="0.01" /> + <input class="my-auto rounded-input" name="max_cache_assets" type="number" /> </div> </fieldset> <input id="settings-submit" class="rounded-btn ml-auto" type="submit" value="Save Settings" /> |
