word/edit: fix crop selection image size
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 15 Apr 2023 07:16:10 +0000 (09:16 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 9 May 2023 17:16:17 +0000 (19:16 +0200)
word/editor.js

index 4eb2382434c238792e0cc718c926737f757dcaf7..527740202433b4db0a75f6c8210464b87b68791b 100644 (file)
@@ -191,6 +191,7 @@ document.addEventListener('DOMContentLoaded', () => {
                        imgselect.src = imgpreview.src;
                        imgselect.style.cursor = 'grab';
                        imgselect.style.position = 'absolute';
+                       imgselect.style.maxWidth = 'none';
                        recrop();
 
                        imgselect.ontouchstart =