views:

19

answers:

1

Hello

Is there a way to get a page to auto fit to screen on rotation of an iPhone?

When i rotate the iPhone to landscape the screen zooms in to a certain point of the page and doesnt fit the screen, therefore you have to scroll back out to view the content.

Cheers

+1  A: 

Again, I think you want this:

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
Neurofluxation