Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -81,7 +81,7 @@
|
|
81 |
<br><br>
|
82 |
|
83 |
<div style="margin:0.5rem 0;">Scale images down if larger than: <input id="maxImageSizeEl" placeholder="Max image size (px)" style="max-width:70px;" oninput="localStorage.maxImageSize=this.value; updateTable()"></div>
|
84 |
-
<script>maxImageSizeEl.value = localStorage.maxImageSize || '
|
85 |
|
86 |
<div style="margin:0.5rem 0;">
|
87 |
Defaults:
|
|
|
81 |
<br><br>
|
82 |
|
83 |
<div style="margin:0.5rem 0;">Scale images down if larger than: <input id="maxImageSizeEl" placeholder="Max image size (px)" style="max-width:70px;" oninput="localStorage.maxImageSize=this.value; updateTable()"></div>
|
84 |
+
<script>maxImageSizeEl.value = localStorage.maxImageSize || '1024';</script>
|
85 |
|
86 |
<div style="margin:0.5rem 0;">
|
87 |
Defaults:
|