« Helping each other Forum

How to add a GIF as your profile picture?

I keep seeing people use codes to add GIFs as their profile picture, but like, I only have the option to upload a file?? So how r ppl doing this? >_<


Report Topic

1 Reply

Reply by IdioticFuckboy [XD]

posted

ITS A CODE THINGY i found it somewhr BUT it might break sum profiles if code requires pfp to be in a diffirent place etc

<style>

.profile-pic > img { display:none; }

.profile-pic:after { background-image: url("URL.GIF"); display: inline-block; content:"" }

.blog-entry .profile-pic:after, .bulletin .profile-pic:after { background-size: cover; width: 110px; height: 110px; } /* blogs, bulletins */

.general-about .profile-pic:after { background-size: cover; width: 160px; height: 160px; } /* profile */ 

</style>



Permalink Report Reply