mirror of
https://github.com/pcvolkmer/idicon.git
synced 2025-07-01 19:32:54 +00:00
Add GIF image format
This commit is contained in:
@ -190,6 +190,7 @@
|
||||
<select id="contenttype" onchange="newcontenttype(this.value)">
|
||||
<option value="png" selected>PNG</option>
|
||||
<option value="jpeg">JPEG</option>
|
||||
<option value="gif">GIF</option>
|
||||
<option value="svg">SVG</option>
|
||||
</select>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user