Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #658438

    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

    • This topic was modified 8 years, 3 months ago by Mathuseo.
    #659314

    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

    #659348

    Hi Andy,

    thank you very much!

    Best,
    Marcel

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Set preload image in high resolution for iphone’ is closed to new replies.