Is there a way to re-enable the image resize feature in the draw.io desktop version?

22 views
Skip to first unread message

CHO

unread,
Aug 13, 2025, 11:40:09 AMAug 13
to draw.io Q&A

I’m referring to the feature described here: https://www.drawio.com/doc/faq/add-images

After selecting "Remember my settings," I can't insert images at all because the image size is too large.
Even after resizing to 1.4MB, insertion still doesn’t work. 😢😢

I tried turn on developer mode -> IndexDB invalidate but it doesn't work.


draw.io Q&A

unread,
Aug 13, 2025, 1:46:41 PMAug 13
to draw.io Q&A

It looks like the "Remember my settings" option stored a preference to disable automatic image resizing (resizeImages: false). That means any image larger than ~1024×1024 pixels is blocked entirely instead of being resized.

To fix it:

Option 1 — Reset all settings

  1. In draw.io, go to Extras → Configuration → Reset Settings.

  2. Close and reopen the app.

Option 2 — Just reset the resize setting

  1. Open your browser’s Developer Tools → Application / Storage tab.

  2. Under Local Storage for https://app.diagrams.net, find the key .drawio-config.

  3. Edit the JSON:

    • Change "resizeImages":false to "resizeImages":true.

  4. Press Enter and reload the page.

After that, inserting large images should work again, and they’ll be resized automatically if needed.

CHO

unread,
Aug 14, 2025, 4:28:11 AMAug 14
to draw.io Q&A
It works!
Thank you for your support :)

2025년 8월 14일 목요일 오전 2시 46분 41초 UTC+9에 draw.io Q&A님이 작성:
Reply all
Reply to author
Forward
0 new messages