XenForo How to make very simple animated rainbow user banner

kutaz

XF is cool thing
Loyal Member
It's the first time I've managed to do something like that, it's great.

Thank you very much, it is not much but to be my first time for me it is very big

Thank you!
Np, if u have any question ask it.
 

ThanosCrax

Loyal Member
I was using this one but there is a huge drawback of 2.8MB size file

image.md.png
Everytime the page loads 2.8MB will be downloaded causing 1-5s extra loadtime.............

Rather I use this one which is almost similar and 99% smaller in size:
Code:
color: transparent;
 background-image: url(https://crax.pro/styles/default/xenforo/ugs/Prooo.gif);
 -webkit-text-stroke: .6px;
 -webkit-background-clip: text;
 font-weight: normal;
border-bottom: 1px dotted;

Locally host the image to not rely on other websites and so your also able to cache it locally
Direct image:
 
Back
Top Bottom