Greetings,
I would like to make a section with a parallax background with a completely fixed image(no movement) that doesn’t get blown up at all.
After searching through the forum, I tried the following CSS but the background image is still enlarged/blown up…
.x-bg-layer-lower-image {
height: 100%;
background-attachment: fixed;
}
Any idea where I’m going wrong?
Cheers