diff options
author | Orangerot <purple@orangerot.dev> | 2024-12-08 04:19:51 +0100 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2024-12-08 04:59:41 +0100 |
commit | f2b10db05532b2bb7edd0c560a51ad0e052382b8 (patch) | |
tree | 166d718b5538231c71c0b584af738420b7d028cc /index.html | |
parent | 9fdb7856ed4cd72235ba6642bbcc20055c05176c (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.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |