View Single Post
Quote:
Originally Posted by Ken Case View Post
Any image greater than 512 pixels in width or height will be represented by a file icon. This is configurable via the hidden OSImageAttachmentMaximumSize default. For example, if you'd like to change this limit to 1000 pixels, you would enter this in a Terminal window:

Code:
defaults write com.omnigroup.OmniFocus OSImageAttachmentMaximumSize -int 1000
After doing this, quit and relaunch OmniFocus to see larger images inline.

(I knew we'd posted this information somewhere at some point, but it took me a while before I found it buried in the release notes archive…)
Ken, I just tested this and it worked like a charm. Thanks again.