I have full page background with following css
body {
background-image: linear-gradient(to bottom, rgba(0,0,0,0.6) 100%, rgba(0,0,0,0.6) 0%), url(“bg.jpg”);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
It’s showing fine on desktop, android on all browsers but it’s not showing properly on iphones (any type of browser)
I have uploaded example of what it looks like on iphone vs android