Change Size of Loadingspinner (Preloader)

The Title already says it all :slight_smile: . Is there a way to decrease the size of the loading spinner which is shown while a website is loading?

Especially on mobile the spinner looks huge.

The only way i see it right now is to edit the style.css after each export.

Find this:
#page-loading-blocs-notifaction{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url(“img/pageload-spinner.gif”) no-repeat center center;}

And basically add this in the end (background-size: 30px auto;)

To this:
#page-loading-blocs-notifaction{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url(“img/pageload-spinner.gif”) no-repeat center center; background-size: 30px auto;}

Jakerlund, can I ask you. Are you a pro in html, css?

1 Like

@blocs-user absolutely not… far from it… i’d say i’m crap at it actually.
But i’m good at finding the source of things in the code.
Everything has to have some css code linked to it, and changing that code should make a difference.
So it’s only a matter of finding out what does what to what :slight_smile:

1 Like

@Jakerlund Thanks for the suggestion I will try it out :). Probably even adding a custom Gif Loadinganimation that would be neat :smiley:

1 Like

I’m sure @Jakerlund …
“He puts his light under the bushel” … one says in Germany.
Bushel is to be understood in the obsolete meaning “vessel”.

Hardly a question that "Sweden"
can not answer, or at least provides help.

Cheers.

1 Like