Add image scale option

This commit is contained in:
Joscha 2025-02-22 21:54:54 +01:00
parent f8ff567a00
commit a6d5c9f671
4 changed files with 27 additions and 3 deletions

View file

@ -20,6 +20,10 @@
<option value="stucki">Stucki</option>
</select>
</li>
<li>
Scale:
<input name="scale" type="number" min="1" max="8" value="1" />
</li>
<li><button>Print!</button></li>
</ol>
</form>