your solution is good jobbbb~~~!!!!!!
.av-siteloader {
-webkit-animation: none;
animation: none;
border: none;
background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
}
my site changed av-siteloader images good~~!!!
but how to change 360º spin move……
i don’t want to spin move…
i hate.. spin moving………
i’m only want to fixed image… no moving…
plz…
Hey snoopick17,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
circle spin….
i matched square image….
but click next pages.. delay time generate 360 spin motion…
i want to no motion…
Hi,
Please try changing your css to this:
.av-siteloader {
-webkit-animation: none!important;
animation: none!important;
border: none;
background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
}
Best regards,
Mike