背景附件:固定;无法在 Firefox 中工作

you*_*saf 5 html css shopify twitter-bootstrap-3

这是我的网站 https://charles-keally.myshopify.com/ 修复视差图像花了一整天。最后一张图片在 chrome 中显示视差,但在 mozilla 中没有。请有人帮助我。我正在使用首次亮相的主题。我所做的只是添加 background-attachment:fixed; 在 hero.liquid 任何人请帮助我 谢谢

Nic*_*cke 6

如果您在 .page-container 类上禁用此功能:

-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
Run Code Online (Sandbox Code Playgroud)

应该会更好。