I’ve got my background fixed and when I go to either the landscape or portrait preview it looks great, it doesn’t move while scrolling. However, I got on my iphone6 and it sorta flickers and shifts but it’s a repeating background image now and it looks terrible. Any ideas why?
@ForcaRunning Fixed Background images don’t cooperate on a lot of mobile browsers (the support for it just isn’t great).
To get around this, what I’ve done is add a div behind everything (negative z-index usually) and set the div to fixed positioning with 100% width & 100vh for the height. I’ve found that this works on mobile
Otherwise there isn’t really a way to get around it that I’m aware of.