Skip to content

fix(GlAvatar): Fix width of 404ing avatar images

Simon Knox requested to merge psi-avatar-width into main

What does this MR do?

Make GlAvatar image respect the size. Setting width on inline element (img) is ignored, so we were getting implicit size of the image. If image 404s, the fallback is weirdly sized.

before after
Screenshot_2023-04-13_at_14.38.59 Screenshot_2023-04-13_at_14.39.15

Merge request reports

Loading