#Shiggy Loading...

1 messages ยท Page 1 of 1 (latest)

dull dirge
#

this does mean you can set any image to the loading lol

warm olive
#

this interest me blobcatcozystars

dull dirge
mint cave
#

I got good news and bad news chief. Good news, shiggy has returned. Bad news, this tanks performance (at least on my end). I probably just got to try have a more specific selector unless someone wants to correct me otherwise.

gritty osprey
dull dirge
warm olive
dull dirge
gritty osprey
dull dirge
#
/* Blurred Background while loading */
[class*="container_"][class*="fixClipping_"] {
  background: 0 0;
  backdrop-filter: blur(5px);
}
gritty osprey
gritty osprey
#

Yooo*

#

Stupid autocorrect

dull dirge
#

@mint cave updated it to use exact classes, wanna give it a try?

merry crag
#

lol this snippet is revived once again

sharp violet
#

Iโ€™m still using the original snippet lmao

mint cave
dull dirge
mint cave
#

I heard :is sometimes delivers better results

dull dirge
scarlet kraken
#

I'm sure this was posted before

sharp violet
#

It was

dull dirge
#

just redone i guess

shadow island
#

god bless u @dull dirge i NEED this one after
@import url(https://raw.githubusercontent.com/Blisterexe/shiggy-loader/main/main.css) broke

dull dirge
#

your welcome

proud beacon
#

hi @dull dirge is there any chance you can change the loading avatar to something else?

dull dirge
proud beacon
proud beacon
dull dirge
proud beacon
#

Yea i know i did that

#

Lemme turn on my pc

proud beacon
dull dirge
#

you need to change the scaling of the image to fit it nicely

proud beacon
#

how do i do that and where could i upload it so it can access it? i was thinking of doing it localy like it accesses from my images folder

#

what size do you recommend?

dull dirge
proud beacon
#

okay ty

#

love u

proud beacon
#

.content_a2f514 {
display: flex;
flex-direction: column;

.spinner_a2f514 { display: none }
&:before {
display: block;
height: 128px;
position: relative;
content: url('C:/Users/felix_szoig9q/Pictures/tungresize.gif');
image-rendering: pixelated;
align-content: center;
scale: 3.125;
margin-bottom: 96px;
}
}

#

what did i do wrong? im pretty sure its right

dull dirge
#

have to be a url

proud beacon
#

oh

#

sec

#

it worked thank you

crystal anvil
#

is there a snippet to shiggify the smaller discord client loading window as well

dull dirge
haughty birch
#

shiggy link gives a 404 now ๐Ÿ’”

dull dirge
#

yeah, because its gone from the gh repo

haughty birch
#

shame
probably just using the server gif will work but i haven't tested that yet

sleek beacon
#

no longer works :(

dull dirge
uncut stump
#

Used the Shiggy gif that the settings menu uses:

.content_a2f514 {
    display: flex;
    flex-direction: column;
    > .spinner_a2f514 { display: none }
    &:before {
        display: block;
        scale: 0.5;
        position: relative;
        content: url(https://media.discordapp.net/stickers/1039992459209490513.png);
        image-rendering: pixelated;
        align-content: center;
    }
}```
narrow bear
#

link dead

tropic magnet
#

Any way to make it work with Viggy? I tried replacing the url with https://media.discordapp.net/stickers/1217112512374505613.png?size=320 but it kind of ends up filling the whole screen

#

Ok, managed to fix it with class updater and work with Viggy like this:

.a2f5142ba8328dfd-content {
    display: flex;
    flex-direction: column;
> .a2f5142ba8328dfd-spinner { display: none }
    &:before {
        display: block;
        height: 160px;
        position: relative;
        content: url(https://media.discordapp.net/stickers/1217112512374505613.png?size=320);
        image-rendering: pixelated;
         align-content: center;
         scale: 1;
         margin-bottom: 96px;
    }
}```
sand oak
dull dirge
tropic magnet