#**Transparent discord loading**:

1 messages · Page 1 of 1 (latest)

drowsy shuttle
#

the blur amount in the reference photo is 2px

dawn night
#

Mine does this but it looks broken lol

ashen reef
#

I remember making this with the ability to make the background image whatever you want, let me find it

#
.container__827e6 {
  background: url('insert image link here') !important;
  opacity: 1; /* Insert Opacity here */
  backdrop-filter: blur(10px); /* Insert Blur here*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#

I am not sure if fix clipping is actually needed

#
[class^=container__][class*=fixClipping__] {
  background: url('insert URL here') !important;
  opacity: 0; /* Insert Opacity here */
  backdrop-filter: blur(10px); /* Insert Blur here*/
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

Here a better version

#
.content_de05de {
  display: none;
}

if you want to remove the original loading screen

ashen reef
wheat mason
#

very very Based.

tame steppe
#

very cool, whats that theme though? in the background

real pecan
#

We need an update on this

balmy adder
#
/*discord loading page*/
.container_e40c16.fixClipping_c7e9c6  {
  background: 0 0;
  backdrop-filter: blur(5px);
}```
drowsy shuttle
#
/*discord loading page*/
.container_e40c16.fixClipping_c7e9c6  {
  background: 0 0;
  backdrop-filter: blur(5px);
}