Reply To: Change parallax image size for contained type option?

Home Forums Support Change parallax image size for contained type option? Reply To: Change parallax image size for contained type option?

Home Forums Support Change parallax image size for contained type option? Reply To: Change parallax image size for contained type option?

#194403
Tom
Lead Developer
Lead Developer

The issue here is the parallax effect.

How it works is it sets the image to display the full size of your screen and sticks it there, then it only shows in the view-able window you set it to.

This is unfortunately just how the background-attachment: fixed attribute works in CSS, which is how you create the parallax effect.

Unfortunately I don’t think there’s any other way to accomplish the same effect.