ISO 8 ignores meta viewport and automatically makes site responsive in iphone 6

261 Views Asked by At
<meta name="viewport" content="width=device-width,initial-scale=0">

this is my code which does not runs on iPhone 6 and my site automatically becomes responsive

what should i do, site is built in bootstrap 3 and i have used non-responsive.css

1

There are 1 best solutions below

2
On BEST ANSWER

You can add this mate tag in your header for this situation add content width that your container have and see

<meta name="viewport" content="width=1120"/>