diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-08-15 19:56:14 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-08-15 19:56:14 -0400 |
commit | 3a5b06bd1078d39cf9b29cbc05a0cde13c96ca94 (patch) | |
tree | 9bf9d86869425a4364bd6fe9ae5c79c50f1a39b4 /ext/bg/settings.html | |
parent | 0f0adf750c8cde668cdcf369cbe0ac173a9edf3f (diff) |
Add screenshot settings
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 086d67d2..c6677018 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -293,6 +293,19 @@ <input type="text" id="interface-server" class="form-control"> </div> + <div class="form-group options-advanced"> + <label for="screenshot-format">Screenshot format</label> + <select class="form-control" id="screenshot-format"> + <option value="png">PNG</option> + <option value="jpeg">JPEG</option> + </select> + </div> + + <div class="form-group options-advanced"> + <label for="screenshot-quality">Screenshot quality (JPEG only)</label> + <input type="number" min="0" max="100" step="1" id="screenshot-quality" class="form-control"> + </div> + <div id="anki-format"> <p class="help-block"> Specify the information you would like included in your flashcards in the field editor below. |