mshernandez5 / WelcomeXP

A nody-greeter / web-greeter 3.0 theme to mimic the Windows XP login screen.
79 stars 7 forks source link

Resize profile pictures to fit box #16

Closed pedrosilva17 closed 1 year ago

pedrosilva17 commented 1 year ago

In the current version, any custom profile picture used that is not in a 1:1 resolution will grow outside of the profile picture box, like so:

image

This small pull request fixes that by setting the height for the image and cropping it to fit the box (instead of modifying the aspect ratio).

image

pedrosilva17 commented 1 year ago

Accidentally included in #17. Closing pull request.