options UI for image quality

This commit is contained in:
zadam
2019-11-03 17:59:11 +01:00
parent c9e4261930
commit ab04bde5fb
3 changed files with 41 additions and 4 deletions

View File

@@ -19,6 +19,20 @@
<p>Changes to the spell check options will take effect after application restart.</p>
</div>
<div>
<h4>Image compression</h4>
<div class="form-group">
<label for="image-max-width-height">Max width / height of an image in pixels (if image will be resized if it exceeds this setting).</label>
<input class="form-control" id="image-max-width-height" type="number">
</div>
<div class="form-group">
<label for="image-jpeg-quality">JPEG quality (0 - worst quality, 100 best quality)</label>
<input class="form-control" id="image-jpeg-quality" min="0" max="100" type="number">
</div>
</div>
<div>
<h4>Protected session timeout</h4>