-
Notifications
You must be signed in to change notification settings - Fork 144
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
Fix Wallpaper image size #203
base: master
Are you sure you want to change the base?
Conversation
If the image res was higher than the desktop res, only part of the image would be displayed.
If the image res was higher than the desktop res, only part of the image would be displayed. This would only occur on restart, but this fixes this little loophole.
I see thanks for the explanation and for your pull requests. |
What this pr does, is to ignore the aspect ratio of the picture, because if you have higher res pictures on smaller monitors, it cropps. As for this pr getting merged soon: |
If the image res was higher than the desktop res, only part of the image would be displayed.