• Resolved bmwtobi

    (@bmwtobi)


    Hi,

    at first: Sorry for my bad english.

    I have the Responsiveboat theme with zerif lite as parent theme.
    Everything works fine. On PC, MAC, Samsung Galaxy S7 Edge.
    Only on iphone i have a Problem.
    I only use a Single Picture at the Parallax Section. When the picture has 640x430px it works on the iphone. But if the same Picture has a better quality and 3745x2512px i get no Picture on the iphone. It shows the normal Background at the top. Website: webseite.96.lt/wordpress1

    Please help me..

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bmwtobi

    (@bmwtobi)

    I got it!!

    i added this:

    @media (max-width: 767px) {
    #parallax_move .layer {
    background-size: cover;
    width: 100%;
    height: auto;
    background-position: top center;
    background-image: url(“link to the 640×430 picture”) !important;
    }

    Hey there,

    Glad you figured it out and thanks for sharing it with all of us. Cheers ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Parallax on iOS’ is closed to new replies.