Hey there! I'm having an issue with my background-image
specifically on Apple devices like the iPhone and iPad. While it looks exactly how I want it to in all other browsers and on Android devices, on Apple devices it's just not right.
Here's how it appears in various browsers: Safari, Firefox, Chrome, Opera, Edge, IE
https://i.sstatic.net/WBdjy.png
And here's how it looks on Android:
https://i.sstatic.net/mbNHj.png
But unfortunately, on Apple devices, it shows up like this:
https://i.sstatic.net/rbj83.png
For the HTML code, all I have is a normal
<div class="hero"> </div>
This is the CSS (Sass) that I've used:
.hero
width: 100%
height: 100%
position: relative
background:
image: url(../image/pics/thailand.jpg)
position: center
size: cover
attachment: fixed
You can check out the page here
I've already tried some of the solutions from similar questions, but nothing has worked for me yet. Any help would be greatly appreciated!
Thank you so much for your assistance!