mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
Improve image compression (#2369)
* added options * added checkbox handling to import into note * added image compression option respecting
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="checkbox">
|
||||
<div class="checkbox" id="shrink-images-wrapper">
|
||||
<label data-toggle="tooltip" title="<p>If you check this option, Trilium will attempt to shrink the imported images by scaling and optimization which may affect the perceived image quality. If unchecked, images will be imported without changes.</p><p>This doesn't apply to <code>.zip</code> imports with metadata since it is assumed these files are already optimized.</p>">
|
||||
<input id="shrink-images-checkbox" value="1" type="checkbox" checked> <span>Shrink images</span>
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user