Hey guys!
Im using the streamtip visual alerter already some time and I decided to make it look a
bit more fancy, so I tried to implement a GIF instead of the static background.
The GIF itself works but the problem is that the GIF gets repeated inside of the alert so many times until
there is no space anymore. It’s a bit hard for me explain so here just a picture of how the Alert looks right
now. I guess you will see what I mean:
I just want to let link appear once or twice left and/or right of the donater and the amount.
All I did to implement the GIF was just replacing the imgur link in the Alert URL.
I also tried to implement this tiny code into the CSS, but it didn’t help at all:
follower-alert {
background-repeat: no-repeat !important;
}
Maybe I implemented it wrong?
I would appreciate every help ^.^/