Add support for JPEG images

This commit is contained in:
2024-05-25 23:23:16 +02:00
parent 037f63466a
commit 0757e484f6
2 changed files with 5 additions and 0 deletions

View File

@ -189,6 +189,7 @@
<label for="contenttype">Content-Type</label>
<select id="contenttype" onchange="newcontenttype(this.value)">
<option value="png" selected>PNG</option>
<option value="jpeg">JPEG</option>
<option value="svg">SVG</option>
</select>
</div>