The Parallax Effect is not working because the JSON value assigned to the data-brx-motion-parallax attribute contains unescaped double quotes, resulting in invalid HTML.
Because the quotes inside the JSON string are not escaped, the browser interprets the attribute value incorrectly, causing the parallax functionality to break.
Expected Output
The JSON should be properly escaped before being rendered in the HTML attribute, for example:
I was unable to replicate this issue locally on the latest Bricks version. It’s properly working on my end, so I’m wondering if you can share a link to the page, where I can see the issue.
You can also copy-paste the parallax element/section here so I can inspect it.