As of #518, we generate variants for avatars @2x the displayed size instead of scaling down the full image. For instance, avatar thumbnails are displayed at 32x32, while the thumbnail itself is 64x64.
As per this comment, we want to push this further this by also serving avatars at 1x and 2x via HTML.
A PR addressing this issue should:
Create HTML markup that ensures 1x and 2x images are rendered for the correct screen resolution
I think this might involve using the srcset attribute on <img> but can't say for sure.
The text was updated successfully, but these errors were encountered:
As of #518, we generate variants for avatars @2x the displayed size instead of scaling down the full image. For instance, avatar thumbnails are displayed at 32x32, while the thumbnail itself is 64x64.
As per this comment, we want to push this further this by also serving avatars at 1x and 2x via HTML.
A PR addressing this issue should:
I think this might involve using the
srcsetattribute on<img>but can't say for sure.The text was updated successfully, but these errors were encountered: