Resize images in Formatted Notes

I’m importing my Evernote notes in to DEVONthink 3. I have .jpg files that convert to Formatted Notes in DEVONthink. They display fine in DT3 but are too small to read in DTTG. Is there a way to resize the image?

No, there is no way to resize them in DEVONthink To Go, especially as its embedded data.

Can you post a screen capture of the file in DEVONthink and DEVONthink To Go?

This is how a Formatted Note is displayed in DT3 vs DTTG. Thanks!


Given that a formatted note is basically HTML, I suppose you should give the image a width of 100% in the element style. Though I don’t know if one can edit formatted notes in DTTG, so you might need to do that in DT
<img src="..." style="width: 100%">