Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images as attachment won't show unless hardcode width & height #99

Open
othmaan opened this issue Jun 1, 2014 · 0 comments
Open

Images as attachment won't show unless hardcode width & height #99

othmaan opened this issue Jun 1, 2014 · 0 comments

Comments

@othmaan
Copy link

othmaan commented Jun 1, 2014

ENMLUtility.m

Line 195

        width = [NSNumber numberWithInt:[resource width]];
        height = [NSNumber numberWithInt:[resource height]];

As title says, whenever an image is used as attachment to be displayed in a webview, it won't show unless width & height are hardcoded

joaquinmoreira pushed a commit to joaquinmoreira/evernote-sdk-ios that referenced this issue Aug 9, 2022
Add Korean localization & setTitle by localized string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant