Skip to content Skip to sidebar Skip to footer

Web Page (made With Twitter Bootstrap) Zoomed In On Iphone, How To Force It To Fit Iphone Screen?

I try to make html.page with twitter bootstrap (NOT responsive). I grab code for html footer from here Flushing footer to bottom of the page, twitter bootstrap But I've got some pr

Solution 1:

I am amazed that you said that in POINT 1, you solved your proble by using min-width Instead of min-width you should write max-width as you want to restrict it to a certain width.

Solution 2:

Change your viewport meta tag to:

<metaname="viewport"content="width=940, initial-scale=1.0, maximum-scale=1.0">

Post a Comment for "Web Page (made With Twitter Bootstrap) Zoomed In On Iphone, How To Force It To Fit Iphone Screen?"