-
Notifications
You must be signed in to change notification settings - Fork 106
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 are upscaled during the layout #22
Comments
As a quick workaround I would suggest using larger thumbnails, so that there is a bit of room for error. In terms of a more solid solution, I'm not sure what it would take to achieve that at this moment. This would require some changes to the logic of the layout algorithm. I would be happy to do some consulting for you if you'd like me to help you figure it out. Otherwise feel free to fork the project and contribute. |
If anybody else has this issue have a look at my fork https://github.com/graetzer/NHBalancedFlowLayout |
@graetzer How can i change the layout of your fork so i can have only 1 or 2 photo per row? Thanks. |
I'm loading images from the server and naturally the thumbnails are pretty small, much smaller then the screen size. I noticed that only dimension ratios is taken into account, not sizes of the images themselves, thus images are often getting upscaled which is undesirable. Is there any workaround?
The text was updated successfully, but these errors were encountered: