We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f0617 commit 05757feCopy full SHA for 05757fe
1 file changed
index.html
@@ -93,8 +93,8 @@ <h1>Offline Image Converter</h1>
93
<input type="file" id="fileInput" accept="image/*" />
94
95
<select id="outputType">
96
- <option value="png">PNG</option>
97
- <option value="jpeg">JPEG</option>
+ <option value="image/png">PNG</option>
+ <option value="image/jpeg">JPEG</option>
98
<option value="image/webp">WEBP</option>
99
<option value="image/bmp">BMP</option>
100
<option value="image/tiff">TIFF</option>
0 commit comments