Yayihaveroux's profile picture

Published by

published
updated

Category: SpaceHey

different PFP for profile

just found a cool way to set a different PFP for your profile if anybody wants it, just set the opacity to 0 on .profile-pic .pfp-fallback, and then give .profile-pic a background image of the image you want


.profile-pic .pfp-fallback {

opacity: 0;

}

.profile-pic {

background-image: url("link to image here")

background-size: 100%; 

}


1 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )