Skip to content

Commit

Permalink
PNG output by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxry committed Apr 13, 2017
1 parent 5041a14 commit 8e03d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ <h2>Settings</h2>
</fieldset>
<fieldset>
<legend>Output format</legend>
<label><input type="radio" name="format" value="jpg" checked>JPEG</label>
<label><input type="radio" name="format" value="png">PNG</label>
<label><input type="radio" name="format" value="png" checked>PNG</label>
<label><input type="radio" name="format" value="jpg">JPEG</label>
</fieldset>
</section>

Expand Down

0 comments on commit 8e03d3a

Please sign in to comment.