Nintendo DSi Browser: Difference between revisions
Thewiirocks (talk | contribs) |
m →Tips |
||
| Line 80: | Line 80: | ||
To active the vertical mode automatically, add one of the following tags between <head></head> : | To active the vertical mode automatically, add one of the following tags between <head></head> : | ||
<meta name="viewport" content="width=device-width"> | <meta name="viewport" content="width=device-width" /> | ||
<meta name="viewport" content="width=240"> | <meta name="viewport" content="width=240" /> | ||
Using device-width will adapt the page to the width of other mobile devices. | Using device-width will adapt the page to the width of other mobile devices. | ||