zapWidth and zapHeight are now in conf.php (#21)

This commit is contained in:
Fabian de Boer 2026-07-19 22:47:19 +02:00
commit e96b8e5563
4 changed files with 9 additions and 14 deletions

View file

@ -32,10 +32,10 @@
</select>
</div>
<div class="inp">
width <input type="text" name="width" id="width" size="5" maxlength="4" value="1067"> px
width <input type="text" name="width" id="width" size="5" maxlength="4" value="<?= ZAP_DEFAULT_WIDTH ?>"> px
</div>
<div class="inp">
height <input type="text" name="height" id="height" size="5" maxlength="4" value="600"> px
height <input type="text" name="height" id="height" size="5" maxlength="4" value="<?= ZAP_DEFAULT_HEIGHT ?>"> px
</div>
<div class="inp">
<input type="button" class="btn" onclick="form1Submit()" value="Go &amp; Generate Some Zaps">