I have various sections on my website that offer a "parallax" style effect on backgrounds, this is disabled on many mobile platforms.
I wanted to use some jQuery or javascript to replace all instances of the style "background-attachment:fixed"
for "background-attachment: scroll"
.
I am not keen to update every location manually (Its a huge project) and I am happy to lose the Parallax effect on mobile and fall back to background-size: cover
Not posted any code as I am unsure where to start with this.