Vencord/plugin-requests

Always Load High-Quality Avatars

Closed this issue · 1 comments

Plugin Description

A simple plugin that will always have Discord to load the maximum or whatever quality you select of users' avatars
Here's an example of my avatar looking like when zoomed all the way in
image

Existing Plugin for other mod

No response

Request Agreement

  • I read the above and made sure my plugin is possible and allowed
  • I checked the existing plugins and made sure my plugin doesn't already exist
  • I searched the existing issues and made sure a similar request doesn't already exist
nvhhr commented

This can be achieved with the ThemeAttributes plugin and a line of css, every avatar's IMG element will have css variables containing urls to higher resolution variants.
This will replace avatars in profiles with the highest quality version:
.avatar_c51b4e { content: var(--avatar-url-4096) }