summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2024-12-08 04:19:51 +0100
committerOrangerot <purple@orangerot.dev>2024-12-08 04:59:41 +0100
commitf2b10db05532b2bb7edd0c560a51ad0e052382b8 (patch)
tree166d718b5538231c71c0b584af738420b7d028cc /index.html
parent9fdb7856ed4cd72235ba6642bbcc20055c05176c (diff)
fix: scale image to viewport to not waste computation on pixels the user can't see
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 048f3fb..3061e68 100644
--- a/index.html
+++ b/index.html
@@ -95,7 +95,7 @@
<input type="range"
id="blur"
class="blur slider is-fullwidth is-primary"
- min="0" max="20" value="0" step="1">
+ min="0" max="1" value="0" step="0.05">
</div>
</div>
</aside>
@@ -155,7 +155,7 @@
<input type="range"
id="blur"
class="blur slider is-fullwidth is-primary"
- min="0" max="20" value="0" step="1">
+ min="0" max="1" value="0" step="0.05">
</div>
</div>
</div>