Hi,
It set a preload image with 1300x900px to get a higher resolution than a small image because of retina displays. Unfortunately it seems the container of the preload image is not full-width (width:100%) so my image is to big for the smartphone screen. Please have a look on my website (with you smartphone) and check the preload image. How can I solve that issue?
Regards
Hey Marcel,
adjust it using this code inside of Quick CSS field:
img.av-preloading-logo {
width: 200px;
max-width: 200px;
height: 200px;
max-height: 200px;
}
and adjust the values as needed.
Best regards,
Andy
Hi Andy,
thank you very much!
Best,
Marcel