0

I designed the web interface. It looks normal on the phone. The iPhone seems to be zoomed in as well. How can I fix.

I try -webkit-background-size:cover but it doesn't execute.

  • This [answer](https://stackoverflow.com/questions/18429620/css-background-size-cover-replacement-for-mobile-safari#21456799) might be helpful – user10089632 Nov 23 '17 at 13:37
  • Please elaborate more, see [how to ask](https://stackoverflow.com/help/how-to-ask) – David Baak Nov 23 '17 at 13:42

1 Answers1

0

add this meta to your head;

<meta name="viewport" content="width=device-width, initial-scale=1">
Dev.aaron
  • 286
  • 1
  • 3
  • 11