• Hi all, couldn’t find the answer yet in the list. I am using these theme to build a site and want the images of the different pages to behave the same on a mobile device as on a desktop. On the desktop the images nicely scroll behind the page, but on a mobile the images appear inline on the page. Can this behaviour be the same as on a desktop browser?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator jordesign

    (@jordesign)

    Hi @marcoduizer – thanks for your question, I understand exactly what you mean.

    With parallax images (showing in the background like you explained) it is up to the manufacturers of mobile devices whether they show that or not. It can be quite processor intensive – so many devices will choose not to show that effect (which is why you see the image scrolling inline instead).

    As things are currently, there is not a way to change or ‘force’ that behaviour on mobile devices.

    Dear friends,

    considering that images behave differently on mobile devices compared to PCs and are not displayed behind the article, is there a way to remove them from mobile view?

    Thanks

    Willy

    Moderator jordesign

    (@jordesign)

    Hi @willy70

    Sure thing – you can try adding this CSS code to help with that.

    /* Hide Image panels on Home for small screens | HC-XX-JG */
    @media(max-width:768px){
    .home .panel-image {
        display:none;
    }
    }

    many thanks @jordesign

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Scroll behaviour Images on Mobile’ is closed to new replies.