We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, when an avatar is given an image that is not 1:1 ratio, the image is stretched to fit, which often significantly distorts the image.
I propose changing the default behavior to cropping the image to avoid stretching
No other real alternatives. I can't envision a scenario where the current behavior is desirable
The text was updated successfully, but these errors were encountered:
fix(b-avatar): image fit and scale (closes #5610, #5655) (#5675)
9812248
* fix(b-avavtar): image fit and scale * Update _avatar.scss * Update _avatar.scss
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe...
Currently, when an avatar is given an image that is not 1:1 ratio, the image is stretched to fit, which often significantly distorts the image.
Describe the solution you'd like
I propose changing the default behavior to cropping the image to avoid stretching
Describe alternatives you've considered
No other real alternatives. I can't envision a scenario where the current behavior is desirable
The text was updated successfully, but these errors were encountered: