Sorry if this is a stupid thread in advanced.
I have been trying to create this effect for the past hour with no hope. It is displayed in the demo page but I cannot replicate it through the builder on my site.
Demo Page: http://kriesi.at/themes/enfold/pages/team/
As you see, the image slides while the page scrolls. I have found this effect with the FullScreen Slider, but the thing is that I do not want it to fit the entire screen. I have tried all other media objects and they seem to stay static while scrolling.
If I missed a object, I apologize in advanced. Thanks for the help.
Hi MARKeting3!
That is the Color Section with a Text Block inside. Upload a background image then set the Background Position to fixed and the Background Repeat to Stretch to fit. You can add a unique css id to specify the height manually, example “awesome-section”. You can then add this on Quick CSS or custom.css:
#awesome-section {
height: 300px;
}
Best regards,
Ismael