Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Always Load High-Quality Avatars #1067

Closed
3 tasks done
ImGreyCat opened this issue Aug 22, 2024 · 1 comment
Closed
3 tasks done

Always Load High-Quality Avatars #1067

ImGreyCat opened this issue Aug 22, 2024 · 1 comment
Labels
rejected (can be done with css) This plugin's concept can be done using CSS only. rejected (plugin exists) This plugin is already part of Vencord.

Comments

@ImGreyCat
Copy link

ImGreyCat commented Aug 22, 2024

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
Copy link
Collaborator

nvhhr commented Aug 22, 2024

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) }

@nvhhr nvhhr added rejected (plugin exists) This plugin is already part of Vencord. rejected (can be done with css) This plugin's concept can be done using CSS only. labels Aug 22, 2024
@nvhhr nvhhr closed this as not planned Won't fix, can't repro, duplicate, stale Aug 22, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
rejected (can be done with css) This plugin's concept can be done using CSS only. rejected (plugin exists) This plugin is already part of Vencord.
Projects
None yet
Development

No branches or pull requests

2 participants