Hi
I am having only certain windows 10 users in Chrome having issues with a parallax background image. The page loads fine for a second then the image explodes.
Page is here:
I researched and tried a fix from here:
https://productforums.google.com/forum/#!topic/chrome/DC4IFvGXdIA;context-place=topicsearchin/chrome/category$3Awindows-10|sort:relevance|spell:false
Tried adding this:
.x-section.bg-image.parallax, .x-section.bg-pattern.parallax {
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
}
}
also now tried this:
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
.x-section.bg-image.parallax, .x-section.bg-pattern.parallax {
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
}
}
but still does not work right…
Also browserstack is not showing the problem. It is only showing on live machine