Skip to content

Commit 05757fe

Browse files
committed
readded image to format
1 parent 87f0617 commit 05757fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ <h1>Offline Image Converter</h1>
9393
<input type="file" id="fileInput" accept="image/*" />
9494

9595
<select id="outputType">
96-
<option value="png">PNG</option>
97-
<option value="jpeg">JPEG</option>
96+
<option value="image/png">PNG</option>
97+
<option value="image/jpeg">JPEG</option>
9898
<option value="image/webp">WEBP</option>
9999
<option value="image/bmp">BMP</option>
100100
<option value="image/tiff">TIFF</option>

0 commit comments

Comments
 (0)