Hi jelita,
At the moment, Using background-attachment: fixed with background-size: cover causes issues on most mobile browsers (as you've seen). You can try using background-attachment: scroll. This won't give your desired effect, but you'll see the images at least.
In this case, you should use the: background-attachment: initial;