Background-attachment: fixed; not work on smartphone | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Background-attachment: fixed; not work on smartphone

https://code.sololearn.com/WeWh1vUsI2SU/#html How to make it work on smartphone? I use background-attachment: fixed; to make parallax effect.

30th Nov 2016, 7:20 AM
Rusydi Hasan
Rusydi Hasan - avatar
2 Answers
+ 3
try -webkit-background-attachment : fixed; or other vendor prefixes if you're sure that your code is correct but doesn't work...
18th Dec 2016, 4:22 PM
Valen.H. ~
Valen.H. ~ - avatar
0
tried use it, work for some and not for some. -webkit- and -moz-
18th Dec 2016, 4:24 PM
Rusydi Hasan
Rusydi Hasan - avatar