Parallax site - overlapping photos

Hi,

I’m wondering how can I make an effect similar to the bottom of http://www.my3dimage.com/ website where photos overlap in a way that one emerges from another? I mean two pictures of figures where one is grey and changes to colourfull.

I assume that it is made with parallax layers but don’t know how to do it.

I would be grateful for the help.

Paweł

Hello There,

Thanks for writing in! Please set up your page with the parallax effect and then in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS

[class^="x-bg"][data-x-params*="parallax"] {
    background-attachment: fixed !important;
    background-position: top center !important;
}

Hope this helps. Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.