« Web, HTML, Tech Forum

Is there a way to desaturate my friends pfps on my profile?

Posted by w!ll0w

posted
updated

Forum: Web, HTML, Tech

The title baaasically says it all,,,, idk if I'm supposed to post this here I'm kinda new TT I just thought that desaturated pfps would be super cool because all I see for profiles out there is like tints and stuffs.... Idk if someone could help me out that would be super awesommmeee<33


Report Topic

2 Replies

Sort Replies:

Reply by Gluma

posted

There's a CSS filter that...pretty much has a self-explanatory name for that lmao. Here's a site where you can read more on it!

.friends-grid img {

filter: saturate(50%);

}

The code above focuses on desaturating your friends' pics 50%. A whole 0% is just black-and-white. 100% (or just 1) is just the normal image. Any number above 1 saturates the image


Permalink Report Reply

Reply by w!ll0w

posted

Thank you so much!!!!!!!! :D


Permalink Report Reply