Background image appears repeated twice on the thank you page

  • lenardchengtw
    Asked on June 11, 2016 at 8:57 AM
    2: on the thank you page, Samsung and android phones render a background that is the JPEG photo repeated twice. iPhone renders it accurately as one photo background.
  • Boris
    Replied on June 11, 2016 at 9:13 AM

    This is still about form 61611719453455, and I see that for the thank you page there isn't any CSS code that would make the background image cover the entire page.

    To resolve the issue with repeating images on the thank you page, please try adding the following CSS as well:

    .thankyou {
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: fixed;
        background-size: cover;
    }

    Please let us know if this resolved the issue you were having with the image displaying repeatedly on the thank you page.