Hi there, we’re having trouble with the parallax background on classic sections.
We have both “Pattern” and “Parallax” enabled (see picture).
The problem happens on mobile, which is that when parallax is enabled it seems that the pattern option is ignored and the parallax doesn’t work. This only happens if the page is first loaded in a mobile view. If the page is loaded on a desktop first, then the page is shrunk to mobile the issue will not appear. For now I am fixing the issue by adding the class parallax-fix to the section and applying the CSS:
.parallax-fix {
background-size:auto !important;
background-attachment:fixed !important;
}

