themotte / rDrama

This code runs https://www.themotte.org. Forked from https://github.com/Aevann1/rDrama
GNU Affero General Public License v3.0
25 stars 30 forks source link

Disable animated user icons. #694

Open zorbathut opened 10 months ago

zorbathut commented 10 months ago

If you want to be fancy, disable them unless you're mousing over the username, I suppose.

I think this is all doable in CSS.

wmill commented 8 months ago

It's not a simple CSS fix, there's no control of animated images. Historic reasons.

Ways to fix:

zorbathut commented 8 months ago

Hrm.

I'm tempted to say "let's just remove gifwebp, then", but I sorta don't want to do that because then we need to reprocess user icons to remove animations and then we also have no way of restoring animations.

Actually, wait, here's an idea:

That wouldn't be hard, right?