-
Notifications
You must be signed in to change notification settings - Fork 120
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
Photos with lower-res don't fill view on iPhone 6 Plus #35
Comments
I had this problem too, I juste reverted the two tests in gestResizeRatioFromImage:width:height on line 327 and 353 from if (widthDiff > heightDiff) to if (widthDiff < heightDiff) |
My JBKenBurs class reaches 343 lines. You mean inside "Wider than screen" or "No wider than screen"?
|
I apologize for not figuring out how to actually fix this in GitHub but these three lines do everything getResizeRatioFromImage:width:height: fails to do in 50:
|
I'm have problems with low-resolution image (about 600px width, in lanscape mode ratio image > 1) that leaves black spaces on top and bottom. I'm using the last version on Github.
Example
The text was updated successfully, but these errors were encountered: