WordPress mobile view issue with iOS
-
Hi everyone !
I have an issue with mobile views on iphones. On android devices everything works fine. I also tried to set the specific width and height for iphone xr but it still doesn’t work.I have tested my website in google mobile friendly test and everything was ok.
This is my code for big and small screens(mobile devices):
body { background-image: url(‘https://f13.am/wp-content/uploads/2020/08/ass-1.png’); background-repeat: no-repeat; background-position: center center; background-attachment: fixed; background-size: cover; } @media only screen and (max-width: 660px) { body { background-image: url(‘https://f13.am/wp-content/uploads/2020/08/mobiledevicelogo2.png’); background-position: fixed; background-repeat: no-repeat; } }
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WordPress mobile view issue with iOS’ is closed to new replies.